mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
* A switch `-j NUMBER' to set the maximum number of parallel jobs (0 =
no limit). * Add missing file to distribution.
This commit is contained in:
parent
1f48aa0be7
commit
efa5fa1a91
5 changed files with 30 additions and 9 deletions
|
@ -32,5 +32,8 @@ extern bool keepFailed;
|
|||
/* Verbosity level for build output. */
|
||||
extern Verbosity buildVerbosity;
|
||||
|
||||
/* Maximum number of parallel build jobs. 0 means unlimited. */
|
||||
extern unsigned int maxBuildJobs;
|
||||
|
||||
|
||||
#endif /* !__GLOBALS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue