don't manually specify number of threads in build.sh

This commit is contained in:
Zhuowei Zhang 2019-02-21 17:39:46 -08:00
parent 8558b220e6
commit a85a10d999

View File

@ -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