mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg] Add triplet option VCPKG_NO_COMPILER_TRACKING (#17526)
This commit is contained in:
parent
a82c62d5c8
commit
c13c218522
@ -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
|
||||
|
@ -13,6 +13,7 @@ VCPKG_CHAINLOAD_TOOLCHAIN_FILE=${VCPKG_CHAINLOAD_TOOLCHAIN_FILE}
|
||||
VCPKG_BUILD_TYPE=${VCPKG_BUILD_TYPE}
|
||||
VCPKG_LIBRARY_LINKAGE=${VCPKG_LIBRARY_LINKAGE}
|
||||
VCPKG_CRT_LINKAGE=${VCPKG_CRT_LINKAGE}
|
||||
VCPKG_DISABLE_COMPILER_TRACKING=${VCPKG_DISABLE_COMPILER_TRACKING}
|
||||
e1e74b5c-18cb-4474-a6bd-5c1c8bc81f3f")
|
||||
|
||||
# Just to enforce the user didn't set it in the triplet file
|
||||
|
Loading…
x
Reference in New Issue
Block a user