Switched back to default compilation flags

This commit is contained in:
Ingo Ruhnke 2010-12-31 22:04:59 +01:00
parent e2b3872379
commit 7fea9d9473

View file

@ -1,6 +1,6 @@
# -*- python -*-
if False:
if True:
env = Environment(CPPFLAGS=['-g', '-O2', '-Wall', '-ansi', '-pedantic'])
else:
env = Environment(CXXFLAGS= [ "-O3", "-g3",