diff options
author | Ian Romanick <[email protected]> | 2005-07-02 07:38:40 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-07-02 07:38:40 +0000 |
commit | 9204e87b2ea2e9b441ab6422ae58bfebb5cdffce (patch) | |
tree | be328c011c71c6ae6763b69bc87afb35a13437f9 /configs/linux-debug | |
parent | 4f178c6e3a95848257edc4623c72fb0a8eebf282 (diff) |
Massive refactor of (most of) the Linux config files. This reduces
the length of each config and brings a lot of much needed uniformity
to them.
Diffstat (limited to 'configs/linux-debug')
-rw-r--r-- | configs/linux-debug | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/configs/linux-debug b/configs/linux-debug index 2e579d912ae..ff4d1c33b5f 100644 --- a/configs/linux-debug +++ b/configs/linux-debug @@ -1,20 +1,8 @@ # Configuration for debugging on Linux -include $(TOP)/configs/default +include $(TOP)/configs/linux CONFIG_NAME = linux-debug -# Compiler and flags -CC = gcc -CXX = g++ - -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 - -CXXFLAGS = -g -ansi -pedantic -Wall -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG -DMESA_DEBUG - -GLUT_CFLAGS = -fexceptions - -# Need to have -L/usr/X11R6/lib in these: -GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm -GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -lXt -L/usr/X11R6/lib -lX11 +OPT_FLAGS = -g +DEFINES += -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK |