Skip to content

Add config for gold linker

Bruce Joseph Gallop requested to merge link_gold into devel

This is mostly an attempt to use less memory in the CI jobs as they often seem to run out of memory. An alternative might be to run with fewer jobs:

$(nproc) to $(( $(nproc) / 2))

?

Primarily it will hopefully run faster (there's also mold, but not supported in gcc 11).

Merge request reports

Loading