diff options
-rw-r--r-- | makefile.static | 2 |
1 files changed, 1 insertions, 1 deletions
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 |