diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2017-05-27 04:40:39 +0200 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2017-05-27 23:26:59 +0200 |
commit | 854b3cc158ada157c779a2a82cd5f8f8387c7895 (patch) | |
tree | c0942ae8e8aa9a5c2650b6d7cf325f8e78404802 /platform/android/detect.py | |
parent | 41918f328a96f8ef27587c016ca047f8d31f933e (diff) |
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 8d2ed59f17..ce44ffbf74 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']) |