mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
* Document --cores in the manual.
This commit is contained in:
parent
b75e1043a3
commit
86f65edf4e
5 changed files with 46 additions and 5 deletions
|
@ -63,7 +63,7 @@
|
|||
#
|
||||
# This option defines the number of CPU cores to utilize in parallel
|
||||
# within a build job, i.e. by passing an appropriate `-jN' flag to GNU
|
||||
# make. The default is 1, meaning that parallel building within jobs
|
||||
# Make. The default is 1, meaning that parallel building within jobs
|
||||
# is disabled. Passing the special value `0' causes Nix to try and
|
||||
# auto-detect the number of available cores on the local host. This
|
||||
# setting can be overridden using the `--cores' command line switch.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue