diff --git a/.ci/compile.sh b/.ci/compile.sh index 5a5f3109a..90be0e8ab 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -163,7 +163,7 @@ echo "::group::Build project" if [[ $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 - cmake --build . "${buildflags[@]}" -- -p:UseMultiToolTask=true + cmake --build . "${buildflags[@]}" -- -p:UseMultiToolTask=true -p:EnableClServerMode=true else cmake --build . "${buildflags[@]}" fi