We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ccfc9d commit 27dd55bCopy full SHA for 27dd55b
1 file changed
.ci/monolithic-windows.sh
@@ -48,8 +48,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
48
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
49
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
50
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
51
- -D LLVM_ENABLE_RUNTIMES="${runtimes}" \
52
- -D LLVM_PARALLEL_LINK_JOBS=16
+ -D LLVM_ENABLE_RUNTIMES="${runtimes}"
53
54
start-group "ninja"
55
0 commit comments