Skip to content

Commit

Permalink
Merge pull request #1165 from kiwix/kelson42-patch-1
Browse files Browse the repository at this point in the history
Stop building Windows with DEBUG symbols in CI
  • Loading branch information
kelson42 authored Nov 26, 2024
2 parents 9bd568f + 9138f91 commit 6c37e28
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 @@ -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
Expand Down

0 comments on commit 6c37e28

Please sign in to comment.