diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-12-26 08:49:15 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-12-26 08:49:15 +0000 |
commit | 0c9ef7743aab89249f8fafdb44e362178fba988f (patch) | |
tree | 96e5a99d250b6fd5f88062597eac77ee64f8018f /makefile.static | |
parent | 39b055069250279bd0138d3dd99674d3de1a39a9 (diff) | |
download | mana-0c9ef7743aab89249f8fafdb44e362178fba988f.tar.gz mana-0c9ef7743aab89249f8fafdb44e362178fba988f.tar.bz2 mana-0c9ef7743aab89249f8fafdb44e362178fba988f.tar.xz mana-0c9ef7743aab89249f8fafdb44e362178fba988f.zip |
tsktsk, who turned -Wall off to hide all these warnings?
Diffstat (limited to 'makefile.static')
-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 |