Skip to content

Use CMake's Ninja backend

Debarshi Ray requested to merge wip/rishi/cmake-ninja into master

The difference between Make and Ninja for full, non-incremental builds isn't that much [1,2]; but Ninja is already being used by Meson, so why not?

[1] https://david.rothlis.net/ninja-benchmark/ [2] http://hamelot.io/programming/make-vs-ninja-performance-comparison/

Merge request reports