Use nproc for the number of jobs.

(pls don't kill my pc, 64 threads is a lot)
This commit is contained in:
aheirman 2021-02-12 19:37:50 +01:00 committed by GitHub
parent 30bb741143
commit b0824a051b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
export JOBS="64"
export JOBS="$(nproc)"
export RUSTFLAGS="-C target-cpu=native"
export CC=clang