Skip to content

Commit

Permalink
doc: remove shell dollar signs without output
Browse files Browse the repository at this point in the history
Related to nodejs/remark-preset-lint-node#94

PR-URL: #33692
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
nschonni authored and codebytere committed Jul 9, 2020
1 parent d10fac7 commit 35cee03
Showing 1 changed file with 2 additions and 2 deletions.
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/

0 comments on commit 35cee03

Please sign in to comment.