|
@@ -52,7 +52,6 @@ def get_opts():
|
|
BoolVariable('use_static_cpp', 'Link stdc++ statically', False),
|
|
BoolVariable('use_static_cpp', 'Link stdc++ statically', False),
|
|
BoolVariable('use_sanitizer', 'Use LLVM compiler address sanitizer', 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_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('pulseaudio', 'Detect & use pulseaudio', True),
|
|
BoolVariable('udev', 'Use udev for gamepad connection callbacks', False),
|
|
BoolVariable('udev', 'Use udev for gamepad connection callbacks', False),
|
|
EnumVariable('debug_symbols', 'Add debug symbols to release version', 'yes', ('yes', 'no', 'full')),
|
|
EnumVariable('debug_symbols', 'Add debug symbols to release version', 'yes', ('yes', 'no', 'full')),
|