don't manually specify number of threads in build.sh
This commit is contained in:
parent
8558b220e6
commit
a85a10d999
2
build.sh
2
build.sh
@ -3,4 +3,4 @@
|
|||||||
set -e
|
set -e
|
||||||
. build_common.sh
|
. build_common.sh
|
||||||
# not actually GCC5; it's GCC7 on Ubuntu 18.04.
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user