Defaults to 1 job compiles.

This commit is contained in:
Ross Thompson 2023-01-21 22:00:26 -06:00
parent 1692559c05
commit c1790e67bc

View File

@ -5,8 +5,8 @@ export PATH=$PATH:$RISCV/bin
set -e # break on error
#NUM_THREADS=1 # for low memory machines > 8GiB
NUM_THREADS=8 # for >= 32GiB
NUM_THREADS=1 # for low memory machines > 16GiB
#NUM_THREADS=8 # for >= 32GiB
#NUM_THREADS=16 # for >= 64GiB
sudo mkdir -p $RISCV