3 lines
266 B
Markdown
3 lines
266 B
Markdown
# ninja {#ninja}
|
|
|
|
Overrides the build, install, and check phase to run ninja instead of make. You can disable this behavior with the `dontUseNinjaBuild`, `dontUseNinjaInstall`, and `dontUseNinjaCheck`, respectively. Parallel building is enabled by default in Ninja.
|