Skip to content

Commit 04d8241

Browse files
authored
Add clang_build_tools=off to docs
1 parent 296af5c commit 04d8241

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Emscripten-build-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release \
7171
-DLLVM_ENABLE_THREADS=OFF \
7272
-DLLVM_BUILD_TOOLS=OFF \
7373
-DLLVM_ENABLE_LIBPFM=OFF \
74+
-DCLANG_BUILD_TOOLS=OFF \
7475
../llvm
7576
emmake make libclang -j $(nproc --all)
7677
emmake make clangInterpreter clangStaticAnalyzerCore -j $(nproc --all)

docs/Emscripten-build-instructions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ executing the following
8787
-DLLVM_ENABLE_THREADS=OFF \
8888
-DLLVM_BUILD_TOOLS=OFF \
8989
-DLLVM_ENABLE_LIBPFM=OFF \
90+
-DCLANG_BUILD_TOOLS=OFF \
9091
../llvm
9192
emmake make libclang -j $(nproc --all)
9293
emmake make clangInterpreter clangStaticAnalyzerCore -j $(nproc --all)

0 commit comments

Comments
 (0)