Skip to content

Instantly share code, notes, and snippets.

@dtometzki
Forked from daniel-j-h/ld.gold.sh
Last active May 3, 2018 19:10
Show Gist options
  • Select an option

  • Save dtometzki/35b2b087a604d652c9e32dabe36bdcda to your computer and use it in GitHub Desktop.

Select an option

Save dtometzki/35b2b087a604d652c9e32dabe36bdcda 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
@dtometzki
Copy link
Copy Markdown
Author

Wechsel vom GCC Compiler
update-alternatives --config gcc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment