aboutsummaryrefslogtreecommitdiff
path: root/platform/android/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde2017-06-08 07:41:06 +0200
committerGitHub2017-06-08 07:41:06 +0200
commit71c7dcab65e927c1ebc3c527b4a972612639d034 (patch)
tree5e36e3fed6672dc42774ce7c944fdeb9d1958001 /platform/android/detect.py
parent7a3d557622075f4a72076f28b90910ac542b8690 (diff)
parent854b3cc158ada157c779a2a82cd5f8f8387c7895 (diff)
downloadgodot-71c7dcab65e927c1ebc3c527b4a972612639d034.tar.gz
godot-71c7dcab65e927c1ebc3c527b4a972612639d034.tar.zst
godot-71c7dcab65e927c1ebc3c527b4a972612639d034.zip
Merge pull request #8949 from RandomShaper/improve-mobile-builds
Improve/harmonize mobile builds
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index 8d2ed59f1..ce44ffbf7 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -232,7 +232,7 @@ def configure(env):
elif (env["target"] == "debug"):
env.Append(LINKFLAGS=['-O0'])
env.Append(CPPFLAGS=['-O0', '-D_DEBUG', '-UNDEBUG', '-DDEBUG_ENABLED',
- '-DDEBUG_MEMORY_ALLOC', '-g', '-fno-limit-debug-info'])
+ '-DDEBUG_MEMORY_ENABLED', '-g', '-fno-limit-debug-info'])
env.Append(CPPFLAGS=['-DANDROID_ENABLED',
'-DUNIX_ENABLED', '-DNO_FCNTL', '-DMPC_FIXED_POINT'])