1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

* Remove "auto" and "guess" as synonyms for 0 in the handling of

build-cores and --cores.  They're superfluous and just complicate
  the parsing.
This commit is contained in:
Eelco Dolstra 2010-08-04 12:23:59 +00:00
parent 315d8fbd75
commit 750be19ae8
2 changed files with 8 additions and 20 deletions

View file

@ -62,12 +62,11 @@
### Option `build-cores'
#
# 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 is disabled. Passing the special values `0', `auto', or
# `guess' 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.
# 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
# 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.
#build-cores = 1