Ninja
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#'
Ninja is a simpler faster replacement for GNU make.
cmake -GNinja -static '+cmake_options+'