Skip to content

Commit c465e15

Browse files
authored
Merge pull request #942 from openzim/fix-windows-ci
Stop building with debug symbols on Windows
2 parents 4cdc70a + d305d51 commit c465e15

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
@@ -136,7 +136,7 @@ jobs:
136136
run: |
137137
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig
138138
dir %PKG_CONFIG_PATH%
139-
meson.exe setup . build -Dwith_xapian_fuller=false -Dwerror=false
139+
meson.exe setup . build -Dwith_xapian_fuller=false -Dwerror=false --buildtype=release
140140
cd build
141141
ninja.exe
142142

0 commit comments

Comments
 (0)