Skip to content

Commit 40f7115

Browse files
committed
chore: statically compile binaries
1 parent 34a7ba2 commit 40f7115

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vcpkg-triplets/base-linux.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
set(VCPKG_CRT_LINKAGE dynamic)
2-
set(VCPKG_LIBRARY_LINKAGE dynamic)
1+
set(VCPKG_CRT_LINKAGE static)
2+
set(VCPKG_LIBRARY_LINKAGE static)
33

44
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
55
set(VCPKG_BUILD_TYPE release)

0 commit comments

Comments
 (0)