aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
authorHein-Pieter van Braam2018-01-26 20:46:56 +0100
committerHein-Pieter van Braam2018-01-26 20:46:56 +0100
commitc6d9a7665acdd5785760eee0c69bd1d2a53b6b90 (patch)
tree5b35afb4f115d108948c9fb59ebf24fd758ccb19 /platform/windows/detect.py
parent9ba5fb87f009faea406e3968f4d88234752d635b (diff)
downloadgodot-c6d9a7665acdd5785760eee0c69bd1d2a53b6b90.tar.gz
godot-c6d9a7665acdd5785760eee0c69bd1d2a53b6b90.tar.zst
godot-c6d9a7665acdd5785760eee0c69bd1d2a53b6b90.zip
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index bd05d5605..22d04153c 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -69,6 +69,7 @@ def get_opts():
# Vista support dropped after EOL due to GH-10243
('target_win_version', 'Targeted Windows version, >= 0x0601 (Windows 7)', '0x0601'),
EnumVariable('debug_symbols', 'Add debug symbols to release version', 'yes', ('yes', 'no', 'full')),
+ BoolVariable('separate_debug_symbols', 'Create a separate file with the debug symbols', False),
]