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',
|
'export',
|
||||||
]
|
]
|
||||||
|
|
||||||
#if config[config_arch] != 'apple':
|
|
||||||
# children += [ 'tools/sanity_check' ]
|
|
||||||
|
|
||||||
i18n_children = [
|
i18n_children = [
|
||||||
'gtk2_ardour',
|
'gtk2_ardour',
|
||||||
'libs/ardour',
|
'libs/ardour',
|
||||||
@ -290,7 +287,7 @@ def set_compiler_flags (conf,opt):
|
|||||||
#
|
#
|
||||||
|
|
||||||
optimization_flags[:0] = [
|
optimization_flags[:0] = [
|
||||||
"-g", "-O2",
|
"-O3",
|
||||||
"-fomit-frame-pointer",
|
"-fomit-frame-pointer",
|
||||||
"-ffast-math",
|
"-ffast-math",
|
||||||
"-fstrength-reduce",
|
"-fstrength-reduce",
|
||||||
|
Loading…
Reference in New Issue
Block a user