mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
doc/stdenv: mention enableParallel{Installing,Checking} (#554505)
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user