aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul <2528280+psfrolov@users.noreply.github.com>2020-09-03 21:00:35 +0300
committerGitHub <noreply@github.com>2020-09-03 11:00:35 -0700
commit6c7f2d95d889ff9757555511ffe19d5157ebde07 (patch)
tree009cc3218222b8a0e2a27991d920ab307d4bb745 /docs
parente7dc93f2026c171073bc30e3f8235c9caba419bc (diff)
downloadvcpkg-6c7f2d95d889ff9757555511ffe19d5157ebde07.tar.gz
vcpkg-6c7f2d95d889ff9757555511ffe19d5157ebde07.zip
11129: Add VCPKG_LINKER_FLAGS_<CONFIG>. (#11290)
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/users/triplets.md9
1 files changed, 9 insertions, 0 deletions
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`
+
<a name="VCPKG_DEP_INFO_OVERRIDE_VARS"></a>
### VCPKG_DEP_INFO_OVERRIDE_VARS
Replaces the default computed list of triplet "Supports" terms.