We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d0f73 commit 80596cdCopy full SHA for 80596cd
README.adoc
@@ -12,7 +12,7 @@ cd llvm-project
12
git checkout 731264b0c2af7aa46bd39625202a99e06cfccff9
13
cmake -S llvm -B build -D LLVM_ENABLE_PROJECTS="clang;clang-tools-extra" -D CMAKE_BUILD_TYPE=Release -D LLVM_ENABLE_RTTI=ON -D CMAKE_INSTALL_PREFIX=/path/to/llvm+clang
14
cd build
15
-cmake --build . -j <threads>
+cmake --build . -j <threads> --config Release
16
cmake --install .
17
----
18
0 commit comments