diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-10 05:10:49 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-10 05:10:49 +0000 |
commit | db40ebfbb7585be0ecee01273e843b8adf514fc2 (patch) | |
tree | 202a6b2f29e2a619b47e428048813cb70007899e /configs | |
parent | 1984aabe8362ee2b29711d2fa08e56e341eafddd (diff) |
remove -DMESA_DEBUG
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-debug | 2 | ||||
-rw-r--r-- | configs/linux-profile | 4 | ||||
-rw-r--r-- | configs/linux-tcc | 4 | ||||
-rw-r--r-- | configs/linux-x86-64-debug | 2 | ||||
-rw-r--r-- | configs/linux-x86-debug | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/configs/linux-debug b/configs/linux-debug index d5c93597b2..fe744cfc51 100644 --- a/configs/linux-debug +++ b/configs/linux-debug @@ -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 diff --git a/configs/linux-profile b/configs/linux-profile index b2531f5628..80788dc39f 100644 --- a/configs/linux-profile +++ b/configs/linux-profile @@ -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 diff --git a/configs/linux-tcc b/configs/linux-tcc index 4371fe21fc..ad30b4fb8c 100644 --- a/configs/linux-tcc +++ b/configs/linux-tcc @@ -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 diff --git a/configs/linux-x86-64-debug b/configs/linux-x86-64-debug index d16f48790c..46e72c990a 100644 --- a/configs/linux-x86-64-debug +++ b/configs/linux-x86-64-debug @@ -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 diff --git a/configs/linux-x86-debug b/configs/linux-x86-debug index 874d76fd88..d35012ffae 100644 --- a/configs/linux-x86-debug +++ b/configs/linux-x86-debug @@ -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 |