Skip to content

Commit

Permalink
Update BUILDING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
bavulapati and Trott committed Feb 24, 2022
1 parent 54bcd1d commit a245daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILDING.md
Expand Up @@ -273,9 +273,9 @@ $ ./configure
$ make -j4
```

We can speed up the builds by using Ninja. For more information, see the
[Building Node.js with Ninja](doc/contributing/building-node-with-ninja.md)
document.
We can speed up the builds by using [Ninja](https://ninja-build.org/). For more
information, see
[Building Node.js with Ninja](doc/contributing/building-node-with-ninja.md).

The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which
may reduce build time. For more information, see the
Expand Down

0 comments on commit a245daf

Please sign in to comment.