mirror of
https://github.com/ValveSoftware/Proton
synced 2025-09-02 07:45:09 +00:00
makefile: Bump submake jobs
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user