From 0c9ef7743aab89249f8fafdb44e362178fba988f Mon Sep 17 00:00:00 2001 From: Alexander Baldeck Date: Sun, 26 Dec 2004 08:49:15 +0000 Subject: tsktsk, who turned -Wall off to hide all these warnings? --- makefile.static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.static b/makefile.static index 144337f8..05fec246 100644 --- a/makefile.static +++ b/makefile.static @@ -1,6 +1,6 @@ CXX = g++ # for debugging -CXXFLAGS += -g -march=i686 -O2 +CXXFLAGS += -g -march=i686 -O2 -Wall -D__DEBUG # excessive optimizations for pentium pro and later #CXXFLAGS +=-Wall -march=i686 -O3 -fexpensive-optimizations -pipe -fomit-frame-pointer -funroll-loops -fexceptions -- cgit v1.2.3-70-g09d2