From 793760887bb44d4165d012c86d1519a7b67fae46 Mon Sep 17 00:00:00 2001 From: zzzzrrr Date: Fri, 22 Jan 2010 15:41:22 -0500 Subject: [PATCH] code cleanup --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index a7593e2..bd9d021 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):