SCons: Remove obsolete DEBUG_MEMORY_ENABLED define

As done in https://github.com/godotengine/godot/pull/40623.
This commit is contained in:
Rémi Verschelde
2020-07-23 09:45:11 +02:00
parent a5ae9d9b6b
commit 4e7751913d

View File

@@ -50,7 +50,7 @@ def configure(env):
env.Prepend(CCFLAGS=["-g2"])
elif env["target"] == "debug":
env.Prepend(CCFLAGS=["-g3", "-DDEBUG_ENABLED", "-DDEBUG_MEMORY_ENABLED"])
env.Prepend(CCFLAGS=["-g3", "-DDEBUG_ENABLED"])
## Architecture