Skip to content

Commit ae6f43d

Browse files
committed
Remove DEBUG_METHODS_ENABLED
For godot-cpp this is already provided, this is otherwise never used. Fixes redefined define warnings.
1 parent 8524240 commit ae6f43d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/targets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ def generate(env):
9999
# DEBUG_ENABLED enables debugging *features* and debug-only code, which is intended
100100
# to give *users* extra debugging information for their game development.
101101
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"])
104102

105103
if env.dev_build:
106104
# DEV_ENABLED enables *engine developer* code which should only be compiled for those

0 commit comments

Comments
 (0)