From e3861722edef5b47e4e0d3b84ebb179ece1a44fd Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 19 Jun 2019 18:20:00 -0700 Subject: [PATCH] doc: document --jobs max PR-URL: https://github.com/nodejs/node-gyp/pull/1770 Reviewed-By: Richard Lau Reviewed-By: Rod Vagg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01d428bc6c..b0900028d7 100644 --- a/README.md +++ b/README.md @@ -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