code cleanup

This commit is contained in:
zzzzrrr 2010-01-22 15:41:22 -05:00
parent ac40ef4631
commit 793760887b
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ def configure(conf):
print(' calling the configuration')
conf.check_tool('g++')
#conf.env.CXXFLAGS = ['-O0', '-pg', '-g']
conf.env.CXXFLAGS = ['-O0', '-g']
#conf.env.CXXFLAGS = ['-O3', '-ffast-math']
#conf.env.CXXFLAGS = ['-O0', '-g']
conf.env.CXXFLAGS = ['-O3', '-ffast-math']
def build(bld):