Add config for gold linker
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).