Skip to content

Instantly share code, notes, and snippets.

@daniel-j-h
Last active September 22, 2023 00:54
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save daniel-j-h/ed3bf9e5cb458b012b5a to your computer and use it in GitHub Desktop.
Save daniel-j-h/ed3bf9e5cb458b012b5a 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