From eb91adc959c0b59c66a8826bb4d489c7b6c1fd93 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 20 Oct 2011 14:48:07 +0000 Subject: [PATCH] revert to "real" optimzation flags, and remove commented stuff git-svn-id: svn://localhost/ardour2/branches/3.0@10253 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wscript b/wscript index e916d54b47..b21406b360 100644 --- a/wscript +++ b/wscript @@ -36,9 +36,6 @@ children = [ 'export', ] -#if config[config_arch] != 'apple': -# children += [ 'tools/sanity_check' ] - i18n_children = [ 'gtk2_ardour', 'libs/ardour', @@ -290,7 +287,7 @@ def set_compiler_flags (conf,opt): # optimization_flags[:0] = [ - "-g", "-O2", + "-O3", "-fomit-frame-pointer", "-ffast-math", "-fstrength-reduce", -- 2.30.2