Skip to content

Commit 80596cd

Browse files
Update README.adoc
add `--config Release` to the build command
1 parent e2d0f73 commit 80596cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd llvm-project
1212
git checkout 731264b0c2af7aa46bd39625202a99e06cfccff9
1313
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
1414
cd build
15-
cmake --build . -j <threads>
15+
cmake --build . -j <threads> --config Release
1616
cmake --install .
1717
----
1818

0 commit comments

Comments
 (0)