Skip to content

Commit

Permalink
Stop building Windows with DEBUG symbols in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 authored and eeakyos committed Nov 26, 2024
1 parent 9bd568f commit 9138f91
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 9138f91

Please sign in to comment.