diff options
| author | Rémi Verschelde | 2018-01-26 21:25:20 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-26 21:25:20 +0100 |
| commit | 88aed259f90c6f49e22f57a7eae6c2632010bccd (patch) | |
| tree | 5b35afb4f115d108948c9fb59ebf24fd758ccb19 /platform/osx/detect.py | |
| parent | 9ba5fb87f009faea406e3968f4d88234752d635b (diff) | |
| parent | c6d9a7665acdd5785760eee0c69bd1d2a53b6b90 (diff) | |
| download | godot-88aed259f90c6f49e22f57a7eae6c2632010bccd.tar.gz godot-88aed259f90c6f49e22f57a7eae6c2632010bccd.tar.zst godot-88aed259f90c6f49e22f57a7eae6c2632010bccd.zip | |
Diffstat (limited to 'platform/osx/detect.py')
| -rw-r--r-- | platform/osx/detect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py index bb601abd4..eb31533c0 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -24,6 +24,7 @@ def get_opts(): return [ ('osxcross_sdk', 'OSXCross SDK version', 'darwin14'), 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), ] |
