diff options
author | Riteo <riteo@posteo.net> | 2022-07-20 16:58:31 +0200 |
---|---|---|
committer | Riteo <riteo@posteo.net> | 2022-07-20 19:04:31 +0200 |
commit | f035e7844fc809b2898a710f712fccfe4bd9faaf (patch) | |
tree | 984abd6524e41605766e128620e80faeb7f7709f /platform/linuxbsd | |
parent | ef9039ad36c708d28dde079096db7f028efd8fea (diff) |
Remove `-pipe` from `LINKFLAGS`
For some reason this fixes the CI from going OOM.
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r-- | platform/linuxbsd/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index 19cf341c85..c5aff743e0 100644 --- a/platform/linuxbsd/detect.py +++ b/platform/linuxbsd/detect.py @@ -216,7 +216,6 @@ def configure(env): env["AR"] = "gcc-ar" env.Append(CCFLAGS=["-pipe"]) - env.Append(LINKFLAGS=["-pipe"]) ## Dependencies |