aboutsummaryrefslogtreecommitdiff
path: root/platform/haiku/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde2018-06-07 22:23:50 +0200
committerGitHub2018-06-07 22:23:50 +0200
commit2db0c615dd71788f35db03854919a8cad384c4d0 (patch)
treedc11502b8486e8e9e2dbc80a7764d558a042eb84 /platform/haiku/detect.py
parent3d5aabe7fcaa46fe36afe3c418756710d6a97363 (diff)
parentd54b5da9406ffaad12d63b5895e53f293e834c34 (diff)
downloadgodot-2db0c615dd71788f35db03854919a8cad384c4d0.tar.gz
godot-2db0c615dd71788f35db03854919a8cad384c4d0.tar.zst
godot-2db0c615dd71788f35db03854919a8cad384c4d0.zip
Diffstat (limited to 'platform/haiku/detect.py')
-rw-r--r--platform/haiku/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/haiku/detect.py b/platform/haiku/detect.py
index 7c62654ef..295902320 100644
--- a/platform/haiku/detect.py
+++ b/platform/haiku/detect.py
@@ -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')),
]