Switch to gold linker for Fedora CI builds
Should help with out of memory build problems
This commit is contained in:
parent
e62969d007
commit
f6cac49802
.gitlab
|
@ -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 ../../
|
||||
|
|
Loading…
Reference in New Issue