From 717ceafdd3335d83550c51d59b9ccf463f6ac4ac Mon Sep 17 00:00:00 2001 From: zzzzrrr Date: Sun, 25 Apr 2010 12:59:31 -0400 Subject: [PATCH] adjust build script --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index a267658..8462528 100644 --- a/wscript +++ b/wscript @@ -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):