From b0824a051bc80fc1fb54f9e0c9cea50669b7787a Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Fri, 12 Feb 2021 19:37:50 +0100 Subject: [PATCH] Use nproc for the number of jobs. (pls don't kill my pc, 64 threads is a lot) --- iglupkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iglupkg.sh b/iglupkg.sh index 832adc4..5f1fd75 100755 --- a/iglupkg.sh +++ b/iglupkg.sh @@ -1,5 +1,5 @@ #!/bin/sh -export JOBS="64" +export JOBS="$(nproc)" export RUSTFLAGS="-C target-cpu=native" export CC=clang