Ninja

From Bitpost wiki
Revision as of 22:40, 28 July 2019 by M (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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#'