From 6c7f2d95d889ff9757555511ffe19d5157ebde07 Mon Sep 17 00:00:00 2001 From: Paul <2528280+psfrolov@users.noreply.github.com> Date: Thu, 3 Sep 2020 21:00:35 +0300 Subject: 11129: Add VCPKG_LINKER_FLAGS_. (#11290) Co-authored-by: Nicole Mazzuca Co-authored-by: JackBoosY Co-authored-by: Billy Robert O'Neal III --- docs/users/triplets.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/users/triplets.md b/docs/users/triplets.md index 10ac31fd5..b587a91e5 100644 --- a/docs/users/triplets.md +++ b/docs/users/triplets.md @@ -78,6 +78,15 @@ This option also has forms for configuration-specific and C flags: - `VCPKG_C_FLAGS_DEBUG` - `VCPKG_C_FLAGS_RELEASE` +### VCPKG_LINKER_FLAGS +Sets additional linker flags to be used while building dynamic libraries and +executables in the absence of `VCPKG_CHAINLOAD_TOOLCHAIN_FILE`. + +This option also has forms for configuration-specific flags: +- `VCPKG_LINKER_FLAGS` +- `VCPKG_LINKER_FLAGS_DEBUG` +- `VCPKG_LINKER_FLAGS_RELEASE` + ### VCPKG_DEP_INFO_OVERRIDE_VARS Replaces the default computed list of triplet "Supports" terms. -- cgit v1.2.3