From f6cac4980247207436482e08d7726240b6fab1bf Mon Sep 17 00:00:00 2001 From: Roberto Fernandez Bautista Date: Mon, 26 Jul 2021 15:54:09 +0100 Subject: [PATCH] Switch to gold linker for Fedora CI builds Should help with out of memory build problems --- .gitlab/Fedora-Linux-CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/Fedora-Linux-CI.yml b/.gitlab/Fedora-Linux-CI.yml index 28e6ccadfa..6310db9b37 100644 --- a/.gitlab/Fedora-Linux-CI.yml +++ b/.gitlab/Fedora-Linux-CI.yml @@ -33,6 +33,7 @@ fedora_build_linux: -DKICAD_SPICE=ON -DKICAD_BUILD_I18N=ON -DKICAD_BUILD_PNS_DEBUG_TOOL=ON + -DCMAKE_CXX_FLAGS="-fuse-ld=gold" ../../ - make 2>&1 | tee compilation_log.txt - cd ../../