Merge pull request #2571 from sysown/jobs-patch-1

Revert to auto configuration of build job num
pull/2612/head
René Cannaò 6 years ago committed by GitHub
commit d14fc52f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,10 +27,7 @@ ifeq ($(OS),Darwin)
NPROCS := $(shell sysctl -n hw.ncpu)
endif
# Force to 8 for automatic build
export MAKEOPT=-j 8
#export MAKEOPT=-j ${NPROCS}
export MAKEOPT=-j ${NPROCS}
ifeq ($(wildcard /usr/lib/systemd/system), /usr/lib/systemd/system)
SYSTEMD=1

Loading…
Cancel
Save