We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a479b commit 3a7fb18Copy full SHA for 3a7fb18
build.sh
@@ -25,7 +25,7 @@ function usage()
25
# Determine how many parallel jobs to use for make based on the number of cores
26
unamestr="$(uname)"
27
if [[ "$unamestr" == "Linux" ]]; then
28
- PARALLEL=$(nproc --all)
+ PARALLEL=$(nproc)
29
elif [[ "$unamestr" == "Darwin" ]]; then
30
PARALLEL=$(sysctl -n hw.ncpu)
31
else
0 commit comments