Skip to content

Instantly share code, notes, and snippets.

@lorenzo
Created November 1, 2021 16:41
Show Gist options
  • Save lorenzo/0ca5a45963aa493ea2b742449d4c6bc2 to your computer and use it in GitHub Desktop.
Save lorenzo/0ca5a45963aa493ea2b742449d4c6bc2 to your computer and use it in GitHub Desktop.
llvm flags for GCH on Apple M1
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