This commit is contained in:
rusefi 2018-12-31 10:17:55 -05:00
parent b171625c35
commit 4fef97fb76
1 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,12 @@ ifeq ($(USE_FPU),)
USE_FPU = hard USE_FPU = hard
endif endif
# and this is not working for be :( See https://github.com/rusefi/rusefi/issues/638
# use -j4 unless some value was specified
NUMJOBS=${NUMJOBS:-" -j4 "}
MAKEFLAGS += ${NUMJOBS}
# #
# Architecture or project specific options # Architecture or project specific options
############################################################################## ##############################################################################