infisical: 0.31.2 -> 0.31.8 (#357940)
[NixPkgs.git] / doc / hooks / ninja.section.md
blobbbc9481088041ce679a6a3235ecda55184386343
1 # ninja {#ninja}
3 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.
5 Note that if the [Meson setup hook](#meson) is also active, Ninja's install and check phases will be disabled in favor of Meson's.