diff --git a/config/master.cfg b/config/master.cfg index a0cc904..92027ed 100644 --- a/config/master.cfg +++ b/config/master.cfg @@ -2000,7 +2000,7 @@ for name, config in scumm_platforms_master.items(): f.addStep(Compile(command = [ "make", - "-j5" + "-j20" ], env = config["env"])) @@ -2055,7 +2055,7 @@ for name, config in scumm_platforms_stable.items(): f.addStep(Compile(command = [ "make", - "-j5" + "-j20" ], env = config["env"])) @@ -2118,7 +2118,7 @@ for name, config in scumm_platforms_master.items(): f.addStep(Compile(command = [ "make", - "-j5" + "-j20" ], env = env_tools)) @@ -2171,7 +2171,7 @@ for name, config in scumm_platforms_other.items(): f.addStep(Compile(command = [ "make", - "-j5" + "-j20" ], env = config["env"]))