Compile in release mode for Windows

pull/722/head
Emmanuel Engelhart 1 year ago
parent 73f357a627
commit f2c78ca03b
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

@ -41,7 +41,7 @@ jobs:
run: | run: |
set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig set PKG_CONFIG_PATH=%cd%\BUILD_win-amd64\INSTALL\lib\pkgconfig
set CPPFLAGS=-I%cd%\BUILD_win-amd64\INSTALL\include 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 cd build
ninja.exe ninja.exe

Loading…
Cancel
Save