Skip to content

Commit

Permalink
Stop compiling in debug for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 21, 2024
1 parent e8e51e3 commit 93cb165
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 @@ -83,7 +83,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 -Dstatic-linkage=true --buildtype=debug
meson.exe setup . build -Dstatic-linkage=true --buildtype=release
cd build
ninja.exe
Expand Down

0 comments on commit 93cb165

Please sign in to comment.