mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-04-15 13:52:37 +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
|
# 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.
|
# controllable by SUBMAKE_JOBS. Not ideal.
|
||||||
ifneq ($(CONTAINER_SHELL32)$(CONTAINER_SHELL64),)
|
ifneq ($(CONTAINER_SHELL32)$(CONTAINER_SHELL64),)
|
||||||
SUBMAKE_JOBS ?= 24
|
SUBMAKE_JOBS ?= 36
|
||||||
MAKE := make -j$(SUBMAKE_JOBS)
|
MAKE := make -j$(SUBMAKE_JOBS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user