From a85a10d999a6e12622bf53ccfe3d91ba02da19fc Mon Sep 17 00:00:00 2001 From: Zhuowei Zhang Date: Thu, 21 Feb 2019 17:39:46 -0800 Subject: [PATCH] don't manually specify number of threads in build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6942a5a..708364b 100755 --- a/build.sh +++ b/build.sh @@ -3,4 +3,4 @@ set -e . build_common.sh # not actually GCC5; it's GCC7 on Ubuntu 18.04. -GCC5_AARCH64_PREFIX=aarch64-linux-gnu- build -n 4 -a AARCH64 -t GCC5 -p Pixel3XL/Pixel3XL.dsc +GCC5_AARCH64_PREFIX=aarch64-linux-gnu- build -n 0 -a AARCH64 -t GCC5 -p Pixel3XL/Pixel3XL.dsc