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 e5ba3c6 commit f410c97Copy full SHA for f410c97
.ci/monolithic-windows.sh
@@ -32,8 +32,6 @@ export LD=link
32
# see https://github.com/llvm/llvm-project/pull/82393 and
33
# https://discourse.llvm.org/t/rfc-future-of-windows-pre-commit-ci/76840/40
34
# for further information.
35
-# We limit the number of parallel compile jobs to 24 control memory
36
-# consumption and improve build reliability.
37
cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
38
-D LLVM_ENABLE_PROJECTS="${projects}" \
39
-G Ninja \
0 commit comments