Skip to content

Commit 43b0041

Browse files
authored
Merge pull request #722 from kiwix/stop-windows-ci-debug
Compile in release mode for Windows
2 parents 73f357a + f2c78ca commit 43b0041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig
4343
set CPPFLAGS=-I%cd%\BUILD_win-amd64\INSTALL\include
44-
meson.exe setup . build -Dstatic-linkage=true --buildtype=debug
44+
meson.exe setup . build -Dstatic-linkage=true --buildtype=release
4545
cd build
4646
ninja.exe
4747

0 commit comments

Comments
 (0)