2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Need to bump MAXJOBS to 256.

Having to move to larger smp clusters so need more build
parallelism.
This commit is contained in:
K. Noel Belcourt
2014-01-29 10:22:01 -07:00
parent ba7c16e956
commit 0ef40cb867

View File

@@ -409,7 +409,7 @@
#define MAXSYM 1024 /* longest symbol in the environment */
#define MAXJPATH 1024 /* longest filename */
#define MAXJOBS 64 /* internally enforced -j limit */
#define MAXJOBS 256 /* internally enforced -j limit */
#define MAXARGC 32 /* words in $(JAMSHELL) */
/* Jam private definitions below. */