SCons: make use_lto a global option and opt-in for iphone
Supersedes #12553, see discussion in #12552.
This commit is contained in:
@ -52,7 +52,6 @@ def get_opts():
|
||||
BoolVariable('use_static_cpp', 'Link stdc++ statically', False),
|
||||
BoolVariable('use_sanitizer', 'Use LLVM compiler address sanitizer', False),
|
||||
BoolVariable('use_leak_sanitizer', 'Use LLVM compiler memory leaks sanitizer (implies use_sanitizer)', False),
|
||||
BoolVariable('use_lto', 'Use link time optimization', False),
|
||||
BoolVariable('pulseaudio', 'Detect & use pulseaudio', True),
|
||||
BoolVariable('udev', 'Use udev for gamepad connection callbacks', False),
|
||||
EnumVariable('debug_symbols', 'Add debug symbols to release version', 'yes', ('yes', 'no', 'full')),
|
||||
|
||||
Reference in New Issue
Block a user