mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
Defaults to 1 job compiles.
This commit is contained in:
parent
1692559c05
commit
c1790e67bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user