We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73f357a + f2c78ca commit 43b0041Copy full SHA for 43b0041
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig
43
set CPPFLAGS=-I%cd%\BUILD_win-amd64\INSTALL\include
44
- meson.exe setup . build -Dstatic-linkage=true --buildtype=debug
+ meson.exe setup . build -Dstatic-linkage=true --buildtype=release
45
cd build
46
ninja.exe
47
0 commit comments