summaryrefslogtreecommitdiff
path: root/Make-config
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-23 18:51:00 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-23 18:51:00 +0000
commit292615071a3867ab90dc7c444f72bcfadd2869f3 (patch)
treed7d7996ff7cb5cb117049ace6bd77f275e6266cf /Make-config
parent7f7b2d86bc9f6a1811bab65c3bd2a3af83fb135e (diff)
more fixing for tdfxUpdateTexturePalette
Diffstat (limited to 'Make-config')
-rw-r--r--Make-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-config b/Make-config
index 835be9d42d..031e8ddf88 100644
--- a/Make-config
+++ b/Make-config
@@ -739,7 +739,7 @@ linux-solo:
"GLUT_LIB = libglut.so" \
"CC = gcc" \
"CXX = g++" \
- "CFLAGS = -g -std=c99 -pedantic -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE" \
+ "CFLAGS = -Wmissing-prototypes -g -std=c99 -pedantic -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE" \
"CXXFLAGS = -g -Wall -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE" \
"GLUT_CFLAGS = -fexceptions" \
"GL_LIB_DEPS = -lm -lpthread -lexpat" \