makefile: Bump submake jobs
This commit is contained in:
parent
99dac9c283
commit
c5e49b5330
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ SELECT_DOCKER_IMAGE :=
|
|||
# If we're using containers to sub-invoke the various builds, jobserver won't work, have some silly auto-jobs
|
||||
# controllable by SUBMAKE_JOBS. Not ideal.
|
||||
ifneq ($(CONTAINER_SHELL32)$(CONTAINER_SHELL64),)
|
||||
SUBMAKE_JOBS ?= 24
|
||||
SUBMAKE_JOBS ?= 36
|
||||
MAKE := make -j$(SUBMAKE_JOBS)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue