You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what clang does on Linux, by detecting the existence of /usr/bin/ld.gold and then using it. This can be done with gcc by passing -fuse-ld=gold. It's a much faster linker and doesn't consume as much memory, so it will reduce the compiler's peak memory consumption.