parent
8adfeda6f8
commit
c1a5e9f513
|
@ -67,6 +67,7 @@ def configure(env):
|
|||
elif env["target"] == "debug":
|
||||
env.Prepend(CCFLAGS=["-g3"])
|
||||
env.Prepend(CPPDEFINES=["DEBUG_ENABLED"])
|
||||
env.Prepend(LINKFLAGS=["-Xlinker", "-no_deduplicate"])
|
||||
|
||||
## Architecture
|
||||
|
||||
|
|
Loading…
Reference in New Issue