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 48ff5fe commit 0a9209bCopy full SHA for 0a9209b
arm-software/embedded/scripts/build.ps1
@@ -18,5 +18,5 @@ $buildDir = (Join-Path $repoRoot build)
18
mkdir $buildDir
19
cd $buildDir
20
21
-cmake ..\arm-software\embedded -GNinja -DFETCHCONTENT_QUIET=OFF -DENABLE_QEMU_TESTING=OFF
22
-ninja package-llvm-toolchain
+cmake ..\arm-software\embedded -GNinja -DFETCHCONTENT_QUIET=OFF -DENABLE_QEMU_TESTING=OFF -DLLVM_PARALLEL_LINK_JOBS=2
+ninja -j 48 package-llvm-toolchain
0 commit comments