Browse Source

Remove `-pipe` from `LINKFLAGS`

For some reason this fixes the CI from going OOM.
Riteo 3 years ago
parent
commit
f035e7844f
1 changed files with 0 additions and 1 deletions
  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.Append(CCFLAGS=["-pipe"])
-    env.Append(LINKFLAGS=["-pipe"])
 
     ## Dependencies