remove -DMESA_DEBUG
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 10 Nov 2005 05:10:49 +0000 (05:10 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 10 Nov 2005 05:10:49 +0000 (05:10 +0000)
configs/linux-debug
configs/linux-profile
configs/linux-tcc
configs/linux-x86-64-debug
configs/linux-x86-debug

index d5c93597b29b16ac4a96eb6eccbcf85d02716461..fe744cfc5112718ddb315544112200013702eea9 100644 (file)
@@ -5,4 +5,4 @@ include $(TOP)/configs/linux
 CONFIG_NAME = linux-debug
 
 OPT_FLAGS = -g
-DEFINES += -DDEBUG -DMESA_DEBUG -DDEBUG_MATH
+DEFINES += -DDEBUG -DDEBUG_MATH
index b2531f5628a33f8717c59b3ed8efbd32de334eec..80788dc39fb85c9b28db818d9c93628dbe1f7fea 100644 (file)
@@ -8,9 +8,9 @@ CONFIG_NAME = linux-profile
 CC = gcc
 CXX = g++
 
-CFLAGS = -pg -O -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DMESA_DEBUG
+CFLAGS = -pg -O -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG
 
-CXXFLAGS = -pg -O -ansi -pedantic -Wall -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG -DMESA_DEBUG
+CXXFLAGS = -pg -O -ansi -pedantic -Wall -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG
 
 GLUT_CFLAGS = -fexceptions
 
index 4371fe21fc7f89af52b362b66d962a4ed2436104..ad30b4fb8c390e37a7cfd4b1c29ebca36d7c6b36 100644 (file)
@@ -10,9 +10,9 @@ CXX = g++
 
 TCC_DIR=/home/progs/tcc-0.9.20
 
-CFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DMESA_DEBUG -DUSE_TCC -I$(TCC_DIR)
+CFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DUSE_TCC -I$(TCC_DIR)
 
-CXXFLAGS = -g -ansi -pedantic -Wall -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG -DMESA_DEBUG
+CXXFLAGS = -g -ansi -pedantic -Wall -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG
 
 GLUT_CFLAGS = -fexceptions
 
index d16f48790cd9746be46c438e2e87f63c151a8fbb..46e72c990af91d88f592df1b04070bcf21666685 100644 (file)
@@ -4,4 +4,4 @@ include $(TOP)/configs/linux-x86-64
 
 CONFIG_NAME = linux-x86-64-debug
 
-DEFINES += -DDEBUG -DMESA_DEBUG -DDEBUG_MATH
+DEFINES += -DDEBUG -DDEBUG_MATH
index 874d76fd883157ea36997a2d2436c06b738f8fbc..d35012ffae180445a0fdeea5460f5c40079f7b19 100644 (file)
@@ -6,4 +6,4 @@ include $(TOP)/configs/linux-x86
 CONFIG_NAME = linux-x86-debug
 
 OPT_FLAGS = -g
-DEFINES += -DDEBUG -DMESA_DEBUG -DDEBUG_MATH
+DEFINES += -DDEBUG -DDEBUG_MATH