fixed linker being slow on OSX

(cherry picked from commit 788c521ce8)
This commit is contained in:
Gordon MacPherson 2020-08-15 01:55:36 +01:00 committed by Rémi Verschelde
parent 8adfeda6f8
commit c1a5e9f513
1 changed files with 1 additions and 0 deletions

View File

@ -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