Skip to content

debian/rules: Use --buildsystem=cmake+ninja

Jeremy Bícha requested to merge jbicha/webkit:ninja into wk2/experimental

This doesn't seem to make much of a difference in build time. I read that cmake+ninja is faster than cmake if you are doing an incremental build though.

qtwebkit-opensource-src just switched to cmake+ninja.

I've been thinking about making this change for a while but I didn't do it earlier because the required debhelper version wasn't part of stretch, but that's less important now (and it's easy to revert this change for a stretch branch if we want).

Merge request reports

Loading