llvm21: trigger build with -j2 on x86

This commit is contained in:
Jérôme Duval
2025-09-11 19:24:50 +02:00
parent 07cd73433e
commit f2a566fc2a

View File

@@ -679,9 +679,9 @@ BUILD()
-DLLVM_ENABLE_RUNTIMES="libunwind" \
-DLIBOMP_INSTALL_ALIASES=OFF
#case "$buildArchitecture" in
# x86 | x86_gcc2) jobArgs="-j1" ;;
#esac
case "$buildArchitecture" in
x86 | x86_gcc2) jobArgs="-j2" ;;
esac
export DISABLE_ASLR=1
cmake --build build $jobArgs