summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-11-18 23:11:45 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-11-18 23:11:45 +0000
commita6fdefa322b7cda81936069d85a9ca1c98466167 (patch)
treefb882787288bf24242a860aa0ce138a4ec8afd11
parent94dd6b89277afc1a1305f940a89ed5ead4effc9e (diff)
remove -DMESA_TRACE from linux-debug config
-rw-r--r--Make-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Make-config b/Make-config
index 0488e93a29..629d8c8b4d 100644
--- a/Make-config
+++ b/Make-config
@@ -1,4 +1,4 @@
-# $Id: Make-config,v 1.52 2001/11/18 23:03:53 brianp Exp $
+# $Id: Make-config,v 1.53 2001/11/18 23:11:45 brianp Exp $
MESA_MAJOR=4
MESA_MINOR=1
@@ -1452,7 +1452,7 @@ linux-debug:
"OSMESA_LIB = libOSMesa.so" \
"CC = gcc" \
"CPLUSPLUS = g++" \
- "CFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DMESA_DEBUG -DMESA_TRACE" \
+ "CFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DMESA_DEBUG" \
"CCFLAGS = $(CFLAGS)" \
"MAKELIB = ../bin/mklib.linux" \
"GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread" \