diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-14 13:24:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 13:24:20 +0200 |
commit | d952a84c3eb1a7d30530d594bb93f75cc562fcb5 (patch) | |
tree | 80c1bf84a660d1c6dd2b18b956758c7df0428c0e /platform/android/detect.py | |
parent | 0eed8d8386850f887c024730816e8044ad742a2b (diff) | |
parent | e2dfb656f4508643acf38014dd8461782505ba12 (diff) |
Merge pull request #53799 from akien-mga/DEV_ENABLED
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r-- | platform/android/detect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py index 406f10de89..6b0c60fe8b 100644 --- a/platform/android/detect.py +++ b/platform/android/detect.py @@ -203,6 +203,7 @@ def configure(env): env.Append(LINKFLAGS=["-O0"]) env.Append(CCFLAGS=["-O0", "-g", "-fno-limit-debug-info"]) env.Append(CPPDEFINES=["_DEBUG", "DEBUG_ENABLED"]) + env.Append(CPPDEFINES=["DEV_ENABLED"]) env.Append(CPPFLAGS=["-UNDEBUG"]) # Compiler configuration |