Skip to content

Build BornAgain with Ninja

Ammar Nejati requested to merge ninjaWinBuild into main

Building BornAgain with Ninja (instead of MSBuild) leads to a relative decrease of ca. 40% in build time. Ninja builds are always run in parallel, based by default on the number of CPUs of the system.

See https://ninja-build.org/manual.html

Merge request reports