From 43e069d552a28a0062574f99146273ce8855a447 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Tue, 25 Jan 2022 12:22:14 +0100 Subject: [PATCH] use more threads --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) } -- 2.39.2