Skip to content

Commit c4d2a25

Browse files
committed
Avoid build vcpkg debug libraries
1 parent 73eaeaa commit c4d2a25

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vcpkg-custom/triplets/fb-arm64-osx.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
set(VCPKG_BUILD_TYPE release)
2+
13
set(VCPKG_TARGET_ARCHITECTURE arm64)
24
set(VCPKG_CRT_LINKAGE dynamic)
35
set(VCPKG_LIBRARY_LINKAGE static)

vcpkg-custom/triplets/fb-x64-osx.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
set(VCPKG_BUILD_TYPE release)
2+
13
set(VCPKG_TARGET_ARCHITECTURE x64)
24
set(VCPKG_CRT_LINKAGE dynamic)
35
set(VCPKG_LIBRARY_LINKAGE static)

0 commit comments

Comments
 (0)