Created
November 1, 2021 16:41
-
-
Save lorenzo/0ca5a45963aa493ea2b742449d4c6bc2 to your computer and use it in GitHub Desktop.
llvm flags for GCH on Apple M1
This file contains 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="/opt/homebrew/opt/llvm/bin:$PATH" | |
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib" | |
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment