enable ninja

This commit is contained in:
tooomm 2026-07-20 22:59:17 +02:00
parent ae37762ee1
commit 49957d6b0a
3 changed files with 3 additions and 15 deletions

View file

@ -250,11 +250,6 @@ if [[ $RUNNER_OS == macOS ]]; then
chmod +x "$hdiutil_script"
flags+=(-DCPACK_COMMAND_HDIUTIL="$hdiutil_script")
fi
elif [[ $RUNNER_OS == Windows ]]; then
# Enable MTT, see https://devblogs.microsoft.com/cppblog/improved-parallelism-in-msbuild/
# and https://devblogs.microsoft.com/cppblog/cpp-build-throughput-investigation-and-tune-up/#multitooltask-mtt
buildflags+=(-- -p:UseMultiToolTask=true -p:EnableClServerMode=true)
fi
if [[ $USE_CCACHE ]]; then