| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d0f68a3 commit a32ec98
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -273,6 +273,10 @@ $ ./configure | |||
| 273 | 273 | $ make -j4 | |
| 274 | 274 | ``` | |
| 275 | 275 | ||
| 276 | + We can speed up the builds by using [Ninja](https://ninja-build.org/). For more | ||
| 277 | + information, see | ||
| 278 | + [Building Node.js with Ninja](doc/contributing/building-node-with-ninja.md). | ||
| 279 | + | ||
| 276 | 280 | The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which | |
| 277 | 281 | may reduce build time. For more information, see the | |
| 278 | 282 | [GNU Make Documentation](https://www.gnu.org/software/make/manual/html_node/Parallel.html). | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -244,6 +244,10 @@ test suite. To run the tests (including code linting) on Unix / macOS: | |||
| 244 | 244 | ./configure && make -j4 test | |
| 245 | 245 | ``` | |
| 246 | 246 | ||
| 247 | + We can speed up the builds by using [Ninja](https://ninja-build.org/). For more | ||
| 248 | + information, see | ||
| 249 | + [Building Node.js with Ninja](building-node-with-ninja.md). | ||
| 250 | + | ||
| 247 | 251 | And on Windows: | |
| 248 | 252 | ||
| 249 | 253 | ```text | |
| Back | FazBrowse Home | New Git URL |
0 commit comments