You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +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:
@@ -22,7 +22,7 @@ def get_opts():
|
||||
from SCons.Variables import EnumVariable
|
||||
|
||||
return [
|
||||
EnumVariable('debug_symbols', 'Add debug symbols to release version', 'yes', ('yes', 'no', 'full')),
|
||||
EnumVariable('debug_symbols', 'Add debugging symbols to release builds', 'yes', ('yes', 'no', 'full')),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user