diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-07-20 19:38:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 19:38:27 +0200 |
commit | 5777ec590bb311a8ca3e2daf20d86e483cce7101 (patch) | |
tree | 984abd6524e41605766e128620e80faeb7f7709f /platform/linuxbsd/detect.py | |
parent | 351197bfe406a226ff304712b97847bf51ce0abc (diff) | |
parent | f035e7844fc809b2898a710f712fccfe4bd9faaf (diff) |
Merge pull request #63257 from Riteo/ci-oom-fix
Diffstat (limited to 'platform/linuxbsd/detect.py')
-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 |