Skip to content

Commit

Permalink
Merge pull request #722 from kiwix/stop-windows-ci-debug
Browse files Browse the repository at this point in the history
Compile in release mode for Windows
  • Loading branch information
kelson42 authored Dec 21, 2024
2 parents 73f357a + f2c78ca commit 43b0041
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 @@ -41,7 +41,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 43b0041

Please sign in to comment.