remove -DMESA_TRACE from linux-debug config
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 18 Nov 2001 23:11:45 +0000 (23:11 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 18 Nov 2001 23:11:45 +0000 (23:11 +0000)
Make-config

index 0488e93a29b5cd082554104dec94a3f839ce2333..629d8c8b4da30414f2b709f18490aa706b8c1203 100644 (file)
@@ -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" \