Skip to content

Instantly share code, notes, and snippets.

@kindlychung
Forked from daniel-j-h/ld.gold.sh
Last active June 5, 2019 22:48
Show Gist options
  • Save kindlychung/a7b9ad531ef9c972886e68c119ca2cbb to your computer and use it in GitHub Desktop.
Save kindlychung/a7b9ad531ef9c972886e68c119ca2cbb to your computer and use it in GitHub Desktop.
default to ld.gold on Ubuntu'ish
sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
sudo update-alternatives --config ld
ld --version
GNU gold
export CPP=cpp-5 gcc-5 g++-5
env CXXFLAGS='-march=native -flto -fuse-linker-plugin' cmake .. -DCMAKE_BUILD_TYPE=Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment