Ninja: Difference between revisions

From Bitpost wiki
(Created page with "Ninja is a simpler faster replacement for GNU make. * Update your call to cmake to include an option to force ninja format, eg: cmake -GNinja -static '+cmake_options+' * Upda...")
(No difference)

Revision as of 22:40, 28 July 2019

Ninja is a simpler faster replacement for GNU make.

  • Update your call to cmake to include an option to force ninja format, eg:
cmake -GNinja -static '+cmake_options+'
  • Update your build script to use ninja instead of 'make -j#'