1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Tweak some help texts in the build system

This also removes `unix_global_settings_path` from SConstruct
since it is no longer used.
This commit is contained in:
Hugo Locurcio
2018-06-07 20:46:32 +02:00
parent efdd0c4b89
commit d54b5da940
6 changed files with 43 additions and 71 deletions

View File

@@ -23,8 +23,8 @@ 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),
EnumVariable('debug_symbols', 'Add debugging symbols to release builds', 'yes', ('yes', 'no', 'full')),
BoolVariable('separate_debug_symbols', 'Create a separate file containing debugging symbols', False),
]