Skip to content

Instantly share code, notes, and snippets.

@snikulov
Created March 28, 2018 07:31
Show Gist options
  • Save snikulov/e205e7369dbee46380664675a46b92a8 to your computer and use it in GitHub Desktop.
Save snikulov/e205e7369dbee46380664675a46b92a8 to your computer and use it in GitHub Desktop.
conan clang++ builds
CC=clang CXX=clang++ conan install .. \
-s compiler=clang -s compiler.version=< 5.0| your version number here> \
-s compiler.libcxx=<libstdc++ | libc++> --build=missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment