Merge pull request #41273 from RevoluPowered/fix_linker_flags
fixed linker being slow on OSX
This commit is contained in:
commit
dfc0986ae1
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,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 a new issue