Skip to content

Instantly share code, notes, and snippets.

@olzhas
Created January 26, 2018 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olzhas/41704e0f70ac206df0b4b3f49398ebff to your computer and use it in GitHub Desktop.
Save olzhas/41704e0f70ac206df0b4b3f49398ebff to your computer and use it in GitHub Desktop.
make clang-5.0 default clang
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-5.0 100
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-5.0 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment