mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-05 06:16:25 +08:00

Don't default to unbridled -j, which causes a load spike and isn't really faster. "Number of CPUs" is implemented here as a reasonable compromise between portability, correctness and simplicity. This is just a default that can be overridden by setting MAKEFLAGS in the environment. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>