mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 15:48:11 +03:00
makefile: Bump submake jobs
This commit is contained in:
parent
99dac9c283
commit
c5e49b5330
@ -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…
x
Reference in New Issue
Block a user