On my RHEL7 machine the default LD linker is both super slow and crashes routinely. I also don't have access to LLD on the machine, so I'm stuck with having to either use cmake directly, or just doing my build calls multiple times until the link succeeds.
I would like to be able to use 'gold' via configure.py instead.
On my RHEL7 machine the default LD linker is both super slow and crashes routinely. I also don't have access to LLD on the machine, so I'm stuck with having to either use cmake directly, or just doing my build calls multiple times until the link succeeds.
I would like to be able to use 'gold' via configure.py instead.