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

View File

@ -93,6 +93,12 @@ ifeq ($(USE_FPU),)
USE_FPU = hard
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
##############################################################################