doc/stdenv: mention enableParallel{Installing,Checking} (#554505)

This commit is contained in:
Yohann Boniface
2026-08-22 22:18:38 +00:00
committed by GitHub

View File

@@ -508,6 +508,7 @@ A number between 0 and 7 indicating how much information to log. If set to 1 or
#### `enableParallelBuilding` {#var-stdenv-enableParallelBuilding}
If set to `true`, `stdenv` will pass specific flags to `make` and other build tools to enable parallel building with up to `build-cores` workers.
Can be overridden for a specific phase using `enableParallelInstalling` or `enableParallelChecking`.
Unless set to `false`, some build systems with good support for parallel building including `cmake`, `meson`, and `qmake` will set it to `true`.