We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124d3a6 commit 936f49fCopy full SHA for 936f49f
1 file changed
.github/workflows/build-release-dll.yml
@@ -68,6 +68,7 @@ jobs:
68
set(VCPKG_TARGET_ARCHITECTURE $arch)
69
set(VCPKG_CRT_LINKAGE static)
70
set(VCPKG_LIBRARY_LINKAGE static)
71
+ set(VCPKG_BUILD_TYPE release)
72
73
if(PORT STREQUAL "curl")
74
set(VCPKG_LIBRARY_LINKAGE dynamic)
0 commit comments