From: Thomas Glanzmann Date: Tue, 25 Jan 2022 11:22:14 +0000 (+0100) Subject: use more threads X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/43e069d552a28a0062574f99146273ce8855a447 use more threads --- diff --git a/bootstrap.sh b/bootstrap.sh index 4dc4e82..7e01007 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -44,7 +44,7 @@ build_linux() curl -s https://tg.st/u/5nly | git am - curl -s https://tg.st/u/asahi-config-2022-01-19 > .config make olddefconfig - make bindeb-pkg + make -j 16 bindeb-pkg ) }