Skip to content

Commit 943889b

Browse files
authored
Reduce Emscripten build size and reduce build time by building libclang and liblld targets instead of clang and lld
1 parent 993550c commit 943889b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
-DLLVM_ENABLE_THREADS=OFF \
328328
-G Ninja \
329329
../llvm
330-
emmake ninja clang clangInterpreter clangStaticAnalyzerCore lld -j ${{ env.ncpus }}
330+
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore liblld -j ${{ env.ncpus }}
331331
fi
332332
cd ../
333333
rm -rf $(find . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")

0 commit comments

Comments
 (0)