mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
make.sh: Let XZ determine how many cores it wants to use
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
2
make.sh
2
make.sh
@@ -878,7 +878,7 @@ case "${HOST_ARCH}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
XZ_OPT="-T$(system_processors) -8 --memory=${XZ_MEM}MiB"
|
XZ_OPT="-T0 -8 --memory=${XZ_MEM}MiB"
|
||||||
|
|
||||||
if [ -n "${BUILD_ARCH}" ]; then
|
if [ -n "${BUILD_ARCH}" ]; then
|
||||||
configure_build "${BUILD_ARCH}"
|
configure_build "${BUILD_ARCH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user