From 9138f91c31d8f6a56146fa4783a1f9f82a5052ea Mon Sep 17 00:00:00 2001 From: Kelson Date: Mon, 25 Nov 2024 20:58:37 +0100 Subject: [PATCH] Stop building Windows with DEBUG symbols in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a2a10dff..a207dc6b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: run: | set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig set CPPFLAGS=-I%cd%\BUILD_win-amd64\INSTALL\include - meson.exe setup . build -Dwerror=false --default-library=static --buildtype=debug + meson.exe setup . build -Dwerror=false --default-library=static --buildtype=release cd build ninja.exe