Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/guides/building-node-with-ninja.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ number of processes to run for [Ninja][] using the environment variable `JOBS`.
This will be the equivalent to the `-j` parameter in the regular `make`:

```bash
$ JOBS=12 make
JOBS=12 make
```

## Producing a debug build

To create a debug build rather than a release build:

```bash
$ ./configure --ninja --debug && make
./configure --ninja --debug && make
```

[Ninja]: https://ninja-build.org/