Skip to content

Commit

Permalink
Merge pull request #942 from openzim/fix-windows-ci
Browse files Browse the repository at this point in the history
Stop building with debug symbols on Windows
  • Loading branch information
kelson42 authored Dec 21, 2024
2 parents 4cdc70a + d305d51 commit c465e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig
dir %PKG_CONFIG_PATH%
meson.exe setup . build -Dwith_xapian_fuller=false -Dwerror=false
meson.exe setup . build -Dwith_xapian_fuller=false -Dwerror=false --buildtype=release
cd build
ninja.exe
Expand Down

0 comments on commit c465e15

Please sign in to comment.