Created
September 20, 2020 04:47
-
-
Save DerekSelander/299f2c3b0443ee785d1508a3220f2aa9 to your computer and use it in GitHub Desktop.
Useful Commands to Speed up Global Warming
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
# 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