We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 006caa8 + ae6f43d commit d1aefb1Copy full SHA for d1aefb1
tools/targets.py
@@ -99,8 +99,6 @@ def generate(env):
99
# DEBUG_ENABLED enables debugging *features* and debug-only code, which is intended
100
# to give *users* extra debugging information for their game development.
101
env.Append(CPPDEFINES=["DEBUG_ENABLED"])
102
- # In upstream Godot this is added in typedefs.h when DEBUG_ENABLED is set.
103
- env.Append(CPPDEFINES=["DEBUG_METHODS_ENABLED"])
104
105
if env.dev_build:
106
# DEV_ENABLED enables *engine developer* code which should only be compiled for those
0 commit comments