mirror of
https://github.com/godotengine/godot.git
synced 2025-02-13 14:20:45 +00:00
Merge pull request #1876 from antonyjones67/FixCFlagInDebug
Change windows build to use CFlag /Od so that you get the full debug …
This commit is contained in:
commit
ac1b72a49c
@ -204,7 +204,7 @@ def configure(env):
|
||||
|
||||
elif (env["target"]=="debug"):
|
||||
|
||||
env.Append(CCFLAGS=['/Zi','/DDEBUG_ENABLED','/DDEBUG_MEMORY_ENABLED','/DD3D_DEBUG_INFO','/O1'])
|
||||
env.Append(CCFLAGS=['/Zi','/DDEBUG_ENABLED','/DDEBUG_MEMORY_ENABLED','/DD3D_DEBUG_INFO','/Od'])
|
||||
env.Append(LINKFLAGS=['/SUBSYSTEM:CONSOLE'])
|
||||
env.Append(LINKFLAGS=['/DEBUG'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user