diff options
| author | Rémi Verschelde | 2017-06-08 07:41:06 +0200 |
|---|---|---|
| committer | GitHub | 2017-06-08 07:41:06 +0200 |
| commit | 71c7dcab65e927c1ebc3c527b4a972612639d034 (patch) | |
| tree | 5e36e3fed6672dc42774ce7c944fdeb9d1958001 /platform/android/detect.py | |
| parent | 7a3d557622075f4a72076f28b90910ac542b8690 (diff) | |
| parent | 854b3cc158ada157c779a2a82cd5f8f8387c7895 (diff) | |
| download | godot-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.py | 2 |
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']) |
