From cddfe4ea275f869afedc9adfae65d6b1317552da Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 25 Jul 2020 13:09:57 +0430 Subject: [PATCH] [releasing] Use release buildtype guess will optimize speed and size of the output, non important things anyway for the test only win32 packs --- .ci/build-win32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build-win32.sh b/.ci/build-win32.sh index 9c3b4802b..d4cfb212a 100755 --- a/.ci/build-win32.sh +++ b/.ci/build-win32.sh @@ -2,7 +2,7 @@ set -e meson --cross-file=.ci/win32-cross-file.txt win32build --wrap-mode=forcefallback -Dtests=disabled \ - -Dglib=enabled -Dfreetype=enabled -Dgdi=enabled -Dcairo=enabled $@ + -Dglib=enabled -Dfreetype=enabled -Dgdi=enabled -Dcairo=enabled --buildtype=release $@ ninja -Cwin32build -j8 # building with all the cores won't work fine with CricleCI for some reason rm -rf win32build/harfbuzz-win32