From: Michael Tremer Date: Tue, 22 May 2018 19:46:25 +0000 (+0100) Subject: make.sh: Let XZ determine how many cores it wants to use X-Git-Tag: v2.21-core122~129 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=f03e254f39ddb7cacea7a39ec6b98dce77018b0d make.sh: Let XZ determine how many cores it wants to use Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 84c8405e7d..353441b017 100755 --- a/make.sh +++ b/make.sh @@ -878,7 +878,7 @@ case "${HOST_ARCH}" in ;; esac -XZ_OPT="-T$(system_processors) -8 --memory=${XZ_MEM}MiB" +XZ_OPT="-T0 -8 --memory=${XZ_MEM}MiB" if [ -n "${BUILD_ARCH}" ]; then configure_build "${BUILD_ARCH}"