diff options
author | Brian Paul <[email protected]> | 2000-09-15 15:55:24 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-09-15 15:55:24 +0000 |
commit | 008e4e7e3912fd9d05aba8e75b47e86bdd8b8ef7 (patch) | |
tree | 8b70ebb5765897220ac0a65c9e6ffff57c6bf7bc /Make-config | |
parent | 0e52184c48f47023a5d28167a99ee3651bd7af6e (diff) |
added more warning options to linux-elf-debug config
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 0fab88afce4..82c348980af 100644 --- a/Make-config +++ b/Make-config @@ -1,4 +1,4 @@ -# $Id: Make-config,v 1.26 2000/08/08 16:16:22 brianp Exp $ +# $Id: Make-config,v 1.27 2000/09/15 15:55:24 brianp Exp $ MESA_MAJOR=3 MESA_MINOR=5 @@ -1292,7 +1292,7 @@ linux-elf-debug: "GLUT_LIB = libglut.so" \ "GLW_LIB = libGLw.so" \ "CC = gcc" \ - "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" \ + "CFLAGS = -g -ansi -pedantic -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -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" \ "MAKELIB = ../bin/mklib.linux" \ "GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lvga -L/usr/local/glide/lib -lglide2x" \ "GLU_LIB_DEPS = -L../lib -lGL -lm" \ |