Use nproc for the number of jobs.
(pls don't kill my pc, 64 threads is a lot)
This commit is contained in:
parent
30bb741143
commit
b0824a051b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
export JOBS="64"
|
||||
export JOBS="$(nproc)"
|
||||
|
||||
export RUSTFLAGS="-C target-cpu=native"
|
||||
export CC=clang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue