From f035e7844fc809b2898a710f712fccfe4bd9faaf Mon Sep 17 00:00:00 2001 From: Riteo Date: Wed, 20 Jul 2022 16:58:31 +0200 Subject: [PATCH] Remove `-pipe` from `LINKFLAGS` For some reason this fixes the CI from going OOM. --- platform/linuxbsd/detect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index 19cf341c853..c5aff743e03 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