This commit is contained in:
parent
bef48e1d0d
commit
8030fcafc6
|
@ -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
|
||||
##############################################################################
|
||||
|
|
Loading…
Reference in New Issue