revert to "real" optimzation flags, and remove commented stuff
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 20 Oct 2011 14:48:07 +0000 (14:48 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 20 Oct 2011 14:48:07 +0000 (14:48 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10253 d708f5d6-7413-0410-9779-e7cbd77b26cf

wscript

diff --git a/wscript b/wscript
index e916d54b47380020664cf3304476b80182479b91..b21406b36033e3d46bfc679343df0199de259331 100644 (file)
--- 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",