Created
August 20, 2020 01:31
-
-
Save ibejohn818/5082db28c446b139f828510c05758faa to your computer and use it in GitHub Desktop.
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
| 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