summaryrefslogtreecommitdiff
path: root/platform/uwp/detect.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-14 13:24:20 +0200
committerGitHub <noreply@github.com>2021-10-14 13:24:20 +0200
commitd952a84c3eb1a7d30530d594bb93f75cc562fcb5 (patch)
tree80c1bf84a660d1c6dd2b18b956758c7df0428c0e /platform/uwp/detect.py
parent0eed8d8386850f887c024730816e8044ad742a2b (diff)
parente2dfb656f4508643acf38014dd8461782505ba12 (diff)
Merge pull request #53799 from akien-mga/DEV_ENABLED
Diffstat (limited to 'platform/uwp/detect.py')
-rw-r--r--platform/uwp/detect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py
index 28922a4f59..f31b43cd49 100644
--- a/platform/uwp/detect.py
+++ b/platform/uwp/detect.py
@@ -72,6 +72,7 @@ def configure(env):
env.Append(CCFLAGS=["/Zi"])
env.Append(CCFLAGS=["/MDd"])
env.Append(CPPDEFINES=["DEBUG_ENABLED"])
+ env.Append(CPPDEFINES=["DEV_ENABLED"])
env.Append(LINKFLAGS=["/SUBSYSTEM:CONSOLE"])
env.AppendUnique(CPPDEFINES=["WINDOWS_SUBSYSTEM_CONSOLE"])
env.Append(LINKFLAGS=["/DEBUG"])