From db40ebfbb7585be0ecee01273e843b8adf514fc2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 10 Nov 2005 05:10:49 +0000 Subject: remove -DMESA_DEBUG --- configs/linux-tcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/linux-tcc') 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 -- cgit v1.2.3