Switch to gold linker for Fedora CI builds

Should help with out of memory build problems
This commit is contained in:
Roberto Fernandez Bautista 2021-07-26 15:54:09 +01:00
parent e62969d007
commit f6cac49802
1 changed files with 1 additions and 0 deletions

View File

@ -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 ../../