-
-
Save dtometzki/35b2b087a604d652c9e32dabe36bdcda to your computer and use it in GitHub Desktop.
default to ld.gold on Ubuntu'ish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wechsel vom GCC Compiler
update-alternatives --config gcc