diff options
| author | Kevin Lalumiere <klalumiere@coveo.com> | 2021-08-25 23:36:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-25 20:36:28 -0700 |
| commit | c13c2185225227d4d0434647150cd6cf31b81cb8 (patch) | |
| tree | ac8ffd9f8e05db4dec42121d9247fabf11b44e9a /docs/users | |
| parent | a82c62d5c84c1c28bea79f23427c3cea8df9cdd1 (diff) | |
| download | vcpkg-c13c2185225227d4d0434647150cd6cf31b81cb8.tar.gz vcpkg-c13c2185225227d4d0434647150cd6cf31b81cb8.zip | |
[vcpkg] Add triplet option VCPKG_NO_COMPILER_TRACKING (#17526)
Diffstat (limited to 'docs/users')
| -rw-r--r-- | docs/users/triplets.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users/triplets.md b/docs/users/triplets.md index e1098a39a..efc55ac2c 100644 --- a/docs/users/triplets.md +++ b/docs/users/triplets.md @@ -118,6 +118,10 @@ See the [`"supports"`](../maintainers/manifest-files.md#supports) manifest file > Implementers' Note: this list is extracted via the `vcpkg_get_dep_info` mechanism. +### VCPKG_DISABLE_COMPILER_TRACKING + +When this option is set to (true|1|on), the compiler is ignored in the abi tracking. + ## Windows Variables ### VCPKG_ENV_PASSTHROUGH |
