mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[docs] Document VCPKG_BUILD_TYPE
(#21469)
* [docs] Document `VCPKG_BUILD_TYPE` * Update docs/users/triplets.md Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
This commit is contained in:
parent
3fe9e06430
commit
d3fc4df133
@ -43,6 +43,9 @@ Specifies the preferred library linkage.
|
||||
|
||||
Valid options are `dynamic` and `static`. Note that libraries can ignore this setting if they do not support the preferred linkage type.
|
||||
|
||||
### VCPKG_BUILD_TYPE
|
||||
You can set this value to `release` to only build release versions of the ports. By default this value is empty and release and debug versions of a port are built.
|
||||
|
||||
### VCPKG_CMAKE_SYSTEM_NAME
|
||||
Specifies the target platform.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user