Skip to content

Instantly share code, notes, and snippets.

@DerekSelander
Created September 20, 2020 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DerekSelander/299f2c3b0443ee785d1508a3220f2aa9 to your computer and use it in GitHub Desktop.
Save DerekSelander/299f2c3b0443ee785d1508a3220f2aa9 to your computer and use it in GitHub Desktop.
Useful Commands to Speed up Global Warming
# Get llvm/clang/lldb shit to build in Xcode and not Ninja or VS Code
cmake -DLLVM_ENABLE_PROJECTS=clang ../llvm -G Xcode -DLLVM_INCLUDE_TESTS=FALSE -DLLVM_TARGETS_TO_BUILD="AArch64;X86" -DLLVM_ENABLE_IDE=TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment