Skip to content

Instantly share code, notes, and snippets.

@ibejohn818
Created August 20, 2020 01:31
Show Gist options
  • Select an option

  • Save ibejohn818/5082db28c446b139f828510c05758faa to your computer and use it in GitHub Desktop.

Select an option

Save ibejohn818/5082db28c446b139f828510c05758faa to your computer and use it in GitHub Desktop.
export PATH="/usr/local/opt/llvm/bin:$PATH"
export CC="/opt/local/bin/clang-mp-10"
export CXX="/opt/local/bin/clang++-mp-10"
export CXX11="/opt/local/bin/clang++-mp-10"
export CXX14="/opt/local/bin/clang++-mp-10"
export CXX17="/opt/local/bin/clang++-mp-10"
export CXX1X="/opt/local/bin/clang++-mp-10"
export LDFLAGS="-L/usr/local/opt/llvm/lib"
export CPPFLAGS="-I/usr/local/opt/llvm/include"
/opt/local/bin/clang-mp-10
/opt/local/bin/clang++-mp-10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment