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:
David Sanders 2019-06-19 18:20:00 -07:00 committed by Rod Vagg
parent 182e846b2a
commit e3861722ed
No known key found for this signature in database
GPG key ID: C273792F7D83545D

View file

@ -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