13
0

revert to "real" optimzation flags, and remove commented stuff

git-svn-id: svn://localhost/ardour2/branches/3.0@10253 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-10-20 14:48:07 +00:00
parent 2eb3b57aeb
commit eb91adc959

View File

@ -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",