Reduce unity size

This commit is contained in:
Roland Rabien 2023-08-26 20:05:23 -07:00
commit 2171c36aff
3 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ if [ "$(expr substr $(uname -s) 1 10)" == "MINGW64_NT" ]; then
cd "$ROOT"
cmake --preset vs
cmake --build --preset vs --config Release -j 3
cmake --build --preset vs --config Release
cd "$ROOT/ci/bin"