mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
doc: add note to ninjia build for macOS using -jn flag
PR-URL: https://github.com/nodejs/node/pull/53187 Fixes: https://github.com/nodejs/node/issues/53176 Refs: https://github.com/nodejs/node/issues/53176 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
7ad0cc3e57
commit
47c55713ae
@ -38,6 +38,10 @@ make -j4 # With this flag, Ninja will limit itself to 4 parallel jobs,
|
||||
# regardless of the number of cores on the current machine.
|
||||
```
|
||||
|
||||
Note: if you are on macOS and use GNU Make version `3.x`, the `-jn` flag
|
||||
will not work. You can either upgrade to `v4.x` (e.g. using a package manager
|
||||
such as [Homebrew](https://formulae.brew.sh/formula/make#default)) or use `make JOBS=n`.
|
||||
|
||||
## Producing a debug build
|
||||
|
||||
To create a debug build rather than a release build:
|
||||
|
Loading…
Reference in New Issue
Block a user