From db40ebfbb7585be0ecee01273e843b8adf514fc2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 10 Nov 2005 05:10:49 +0000 Subject: [PATCH] remove -DMESA_DEBUG --- configs/linux-debug | 2 +- configs/linux-profile | 4 ++-- configs/linux-tcc | 4 ++-- configs/linux-x86-64-debug | 2 +- configs/linux-x86-debug | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configs/linux-debug b/configs/linux-debug index d5c9359..fe744cf 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 b2531f5..80788dc 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 4371fe2..ad30b4f 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 d16f487..46e72c9 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 874d76f..d35012f 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 -- 2.7.4