gpt4 book ai didi

VCPKG windows、windows-static 和 other 的区别

转载 作者:行者123 更新时间:2023-12-05 08:47:38 24 4
gpt4 key购买 nike

我用的时候有什么区别

  1. vcpkg install <any package>:x64-windows
  2. x64-windows-static
  3. x64-windows-static-md

最佳答案

x64-windows:
VCPKG_LIBRARY_LINKAGE = dynamic
VCPKG_CRT_LINKAGE = dynamic

x64-windows-static:
VCPKG_LIBRARY_LINKAGE = static
VCPKG_CRT_LINKAGE = static

x64-windows-static-md:
VCPKG_LIBRARY_LINKAGE = static
VCPKG_CRT_LINKAGE = dynamic

VCPKG_LIBRARY_LINKAGE 确定库/端口是构建为静态库还是动态库
VCPKG_CRT_LINKAGE 确定是使用静态 (/MT(d)) 还是动态 (/MD(d)) CRT(C 运行时)

关于VCPKG windows、windows-static 和 other 的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67258905/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com