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:
parent
2eb3b57aeb
commit
eb91adc959
5
wscript
5
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",
|
||||
|
Loading…
Reference in New Issue
Block a user