[ci] Use release buildtype when cross-compiling

This commit is contained in:
Khaled Hosny 2025-03-17 21:48:14 +02:00
parent a520ee9503
commit 286e832854

View file

@ -16,6 +16,7 @@ DIST=harfbuzz-win${ARCH}
rm -rf ${BUILD}
meson setup \
--buildtype=release \
--prefix=${PWD}/${INSTALL} \
--cross-file=.ci/win${ARCH}-cross-file.txt \
--wrap-mode=default \