From 4e3c76d868efb5d59b2818bd9c256a0e7bf6beec Mon Sep 17 00:00:00 2001 From: mntmn <lukas@mntmn.com> Date: Thu, 28 May 2020 15:32:06 +0200 Subject: [PATCH] build.sh: use max procs to build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ee9953fefe2..cc1f86f650c 100755 --- a/build.sh +++ b/build.sh @@ -3,4 +3,4 @@ export CROSS_COMPILE=aarch64-linux-gnu- export ARCH=arm -make flash.bin +make -j$(nproc) flash.bin -- GitLab