fixed linker being slow on OSX
This commit is contained in:
parent
adc1f95d97
commit
788c521ce8
|
@ -76,6 +76,7 @@ def configure(env):
|
||||||
elif env["target"] == "debug":
|
elif env["target"] == "debug":
|
||||||
env.Prepend(CCFLAGS=["-g3"])
|
env.Prepend(CCFLAGS=["-g3"])
|
||||||
env.Prepend(CPPDEFINES=["DEBUG_ENABLED"])
|
env.Prepend(CPPDEFINES=["DEBUG_ENABLED"])
|
||||||
|
env.Prepend(LINKFLAGS=["-Xlinker", "-no_deduplicate"])
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue