summaryrefslogtreecommitdiff
path: root/platform/windows
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-11-02 09:11:29 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-11-02 09:11:50 +0100
commitcefdb34f6c1af31048340182c10587099c39da44 (patch)
treea2ebb74b5c5182d8f767be77ce36e76a694d1b2f /platform/windows
parent51b7fd90e645ab8c39d55268d2c8c5eb38925fc1 (diff)
SCons: make use_lto a global option and opt-in for iphone
Supersedes #12553, see discussion in #12552.
Diffstat (limited to 'platform/windows')
-rw-r--r--platform/windows/detect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index bac5df5668..fbb02c9d1b 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -64,7 +64,6 @@ def get_opts():
return [
('mingw_prefix_32', 'MinGW prefix (Win32)', mingw32),
('mingw_prefix_64', 'MinGW prefix (Win64)', mingw64),
- BoolVariable('use_lto', 'Use link time optimization (when using MingW)', False),
EnumVariable('debug_symbols', 'Add debug symbols to release version', 'yes', ('yes', 'no', 'full')),
]