mirror of
https://github.com/godotengine/godot-platform-haiku.git
synced 2026-01-06 14:10:06 +03:00
SCons: Remove obsolete DEBUG_MEMORY_ENABLED define
As done in https://github.com/godotengine/godot/pull/40623.
This commit is contained in:
@@ -50,7 +50,7 @@ def configure(env):
|
|||||||
env.Prepend(CCFLAGS=["-g2"])
|
env.Prepend(CCFLAGS=["-g2"])
|
||||||
|
|
||||||
elif env["target"] == "debug":
|
elif env["target"] == "debug":
|
||||||
env.Prepend(CCFLAGS=["-g3", "-DDEBUG_ENABLED", "-DDEBUG_MEMORY_ENABLED"])
|
env.Prepend(CCFLAGS=["-g3", "-DDEBUG_ENABLED"])
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user