瀏覽代碼

Remove `-pipe` from `LINKFLAGS`

For some reason this fixes the CI from going OOM.
Riteo 3 年之前
父節點
當前提交
f035e7844f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      platform/linuxbsd/detect.py

+ 0 - 1
platform/linuxbsd/detect.py

@@ -216,7 +216,6 @@ def configure(env):
             env["AR"] = "gcc-ar"
             env["AR"] = "gcc-ar"
 
 
     env.Append(CCFLAGS=["-pipe"])
     env.Append(CCFLAGS=["-pipe"])
-    env.Append(LINKFLAGS=["-pipe"])
 
 
     ## Dependencies
     ## Dependencies