diff --git a/PKGBUILD b/PKGBUILD index 7b38182..8d80edf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -361,7 +361,7 @@ build() { fi if [ "$_force_all_threads" = "true" ]; then - _force_all_threads="-j$((`nproc`*2))" + _force_all_threads="-j$((`nproc`+1))" else _force_all_threads="${MAKEFLAGS}" fi