How to move to the gold linker on Linux

If crater ran cargo test --no-run then it’d be doing quite a bit of linking (right now rlib generation doesn’t run a linker), and perhaps that’d be a good testing bed for trying out gold by default?

I would also be fine doing something like recognizing -C linker=gold or -C gold-linker at the compiler level in a more first class fashion for detecting gold.

1 Like