Skip to content

Commit

Permalink
doc: document --jobs max
Browse files Browse the repository at this point in the history
PR-URL: #1770
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
dsanders11 authored and rvagg committed Jun 20, 2019
1 parent 182e846 commit e386172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e386172

Please sign in to comment.