Skip to content

Instantly share code, notes, and snippets.

@KetothXupack
Forked from daniel-j-h/ld.gold.sh
Created October 24, 2018 23:13
Show Gist options
  • Save KetothXupack/69cb7e41cc61965dda9bc3b3915644cf to your computer and use it in GitHub Desktop.
Save KetothXupack/69cb7e41cc61965dda9bc3b3915644cf to your computer and use it in GitHub Desktop.
default to ld.gold on Ubuntu'ish
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
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