adjust build script

This commit is contained in:
zzzzrrr 2010-04-25 12:59:31 -04:00
parent d6dd5da27c
commit 717ceafdd3
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):