فهرست منبع

fixed linker being slow on OSX

Gordon MacPherson 5 سال پیش
والد
کامیت
788c521ce8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      platform/osx/detect.py

+ 1 - 0
platform/osx/detect.py

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