diff options
author | Brian Paul <[email protected]> | 2001-04-25 15:52:15 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-04-25 15:52:15 +0000 |
commit | 830bf652758050bb1c90a77a7f868f2bcf5be60d (patch) | |
tree | 4bfdf0d08149bd08d1807a123b6e0f4dd41036a9 /Make-config | |
parent | 73ccfa0e9ae2b00e463d776fcb96c9b2605ca50f (diff) |
added -Wundef to linux-debug compiler flags
Diffstat (limited to 'Make-config')
-rw-r--r-- | Make-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Make-config b/Make-config index 3226209644e..303cf8e2071 100644 --- a/Make-config +++ b/Make-config @@ -1,4 +1,4 @@ -# $Id: Make-config,v 1.41 2001/03/29 06:46:15 gareth Exp $ +# $Id: Make-config,v 1.42 2001/04/25 15:52:15 brianp Exp $ MESA_MAJOR=3 MESA_MINOR=5 @@ -1448,7 +1448,7 @@ linux-debug: "OSMESA_LIB = libOSMesa.so" \ "CC = gcc" \ "CPLUSPLUS = g++" \ - "CFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -fPIC -ffast-math -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DMESA_DEBUG -DSVGA -I/usr/include/glide -DFX -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 -DSVGA -I/usr/include/glide -DFX -DMESA_TRACE" \ "CCFLAGS = $(CFLAGS)" \ "MAKELIB = ../bin/mklib.linux" \ "GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread" \ |