mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
doc: document --jobs max
PR-URL: https://github.com/nodejs/node-gyp/pull/1770 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
parent
182e846b2a
commit
e3861722ed
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ Some additional resources for addons and writing `gyp` files:
|
|||
|
||||
| **Command** | **Description**
|
||||
|:----------------------------------|:------------------------------------------
|
||||
| `-j n`, `--jobs n` | Run `make` in parallel
|
||||
| `-j n`, `--jobs n` | Run `make` in parallel. The value `max` will use all available CPU cores
|
||||
| `--target=v6.2.1` | Node.js version to build for (default is `process.version`)
|
||||
| `--silly`, `--loglevel=silly` | Log all progress to console
|
||||
| `--verbose`, `--loglevel=verbose` | Log most progress to console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue