use 1 core by default

This commit is contained in:
l3iggs 2014-07-26 19:03:50 -07:00
parent 4c8301b6c0
commit 73523fd55f

View File

@ -27,7 +27,7 @@ echo "$ARCH CPU detected"
if command -v nproc >/dev/null; then
JOBS=$(nproc)
else
JOBS=4
JOBS=1
fi
# Platform Assignment