summaryrefslogtreecommitdiff
path: root/makefile.static
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-12-26 08:49:15 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-12-26 08:49:15 +0000
commit0c9ef7743aab89249f8fafdb44e362178fba988f (patch)
tree96e5a99d250b6fd5f88062597eac77ee64f8018f /makefile.static
parent39b055069250279bd0138d3dd99674d3de1a39a9 (diff)
downloadmana-client-0c9ef7743aab89249f8fafdb44e362178fba988f.tar.gz
mana-client-0c9ef7743aab89249f8fafdb44e362178fba988f.tar.bz2
mana-client-0c9ef7743aab89249f8fafdb44e362178fba988f.tar.xz
mana-client-0c9ef7743aab89249f8fafdb44e362178fba988f.zip
tsktsk, who turned -Wall off to hide all these warnings?
Diffstat (limited to 'makefile.static')
-rw-r--r--makefile.static2
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