summaryrefslogtreecommitdiff
path: root/configs/linux-profile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-10 05:10:49 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-10 05:10:49 +0000
commitdb40ebfbb7585be0ecee01273e843b8adf514fc2 (patch)
tree202a6b2f29e2a619b47e428048813cb70007899e /configs/linux-profile
parent1984aabe8362ee2b29711d2fa08e56e341eafddd (diff)
remove -DMESA_DEBUG
Diffstat (limited to 'configs/linux-profile')
-rw-r--r--configs/linux-profile4
1 files changed, 2 insertions, 2 deletions
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