Top "Gold-linker" questions

`gold` is the name of a ELF linker included in binutils

Replacing ld with gold - any experience?

Has anyone tried to use gold instead of ld? gold promises to be much faster than ld, so it may …

c++ c linker migration gold-linker
Requirements to use flto

If I want to compile my project with -flto is it enough to have built gcc with --enable-gold or do …

gcc ld binutils lto gold-linker
What's the difference between `-rpath-link` and `-L`?

The man for gold states: -L DIR, --library-path DIR Add directory to search path --rpath-link DIR Add DIR to link …

linker ld gold-linker bfd lld