diff options
author | Brad King <brad.king@kitware.com> | 2021-07-27 13:09:20 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-07-27 13:09:31 (GMT) |
commit | f90d995e1a84285003d8e273fb051839e3836c29 (patch) | |
tree | 65b21b211bde76e8f7c026c01777c894b2f287cd | |
parent | a5f655bc0d9c399b2c5c06308b1c36dd62ac7732 (diff) | |
parent | 937f454fb9a8bc962a94f050e5b632d92d5db1b0 (diff) | |
download | CMake-f90d995e1a84285003d8e273fb051839e3836c29.zip CMake-f90d995e1a84285003d8e273fb051839e3836c29.tar.gz CMake-f90d995e1a84285003d8e273fb051839e3836c29.tar.bz2 |
Merge topic 'vs-flag-FS' into release-3.21
937f454fb9 VS: Remove C++ module CompileAs flag table entries for v142 and v143
8fb349a80e VS: Remove cl /FS entry from flag table for v142 and v143
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Niels Dekker <niels_dekker_address_until_2024@xs4all.nl>
Merge-request: !6390
-rw-r--r-- | Templates/MSBuild/FlagTables/v142_CL.json | 28 | ||||
-rw-r--r-- | Templates/MSBuild/FlagTables/v143_CL.json | 28 |
2 files changed, 0 insertions, 56 deletions
diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json index b363718..64eeac4 100644 --- a/Templates/MSBuild/FlagTables/v142_CL.json +++ b/Templates/MSBuild/FlagTables/v142_CL.json @@ -664,27 +664,6 @@ "flags": [] }, { - "name": "CompileAs", - "switch": "interface", - "comment": "Compile as C++ Module Code", - "value": "CompileAsCppModule", - "flags": [] - }, - { - "name": "CompileAs", - "switch": "internalPartition", - "comment": "Compile as C++ Module Internal Partition", - "value": "CompileAsCppModuleInternalPartition", - "flags": [] - }, - { - "name": "CompileAs", - "switch": "exportHeader", - "comment": "Compile as C++ Header Unit", - "value": "CompileAsHeaderUnit", - "flags": [] - }, - { "name": "ErrorReporting", "switch": "errorReport:none", "comment": "Do Not Send Report", @@ -787,13 +766,6 @@ ] }, { - "name": "ForceSynchronousPDBWrites", - "switch": "FS", - "comment": "Force Synchronous PDB Writes", - "value": "true", - "flags": [] - }, - { "name": "IntrinsicFunctions", "switch": "Oi", "comment": "Enable Intrinsic Functions", diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json index 9d8ddb0..8b700aa 100644 --- a/Templates/MSBuild/FlagTables/v143_CL.json +++ b/Templates/MSBuild/FlagTables/v143_CL.json @@ -659,27 +659,6 @@ "flags": [] }, { - "name": "CompileAs", - "switch": "interface", - "comment": "Compile as C++ Module Code", - "value": "CompileAsCppModule", - "flags": [] - }, - { - "name": "CompileAs", - "switch": "internalPartition", - "comment": "Compile as C++ Module Internal Partition", - "value": "CompileAsCppModuleInternalPartition", - "flags": [] - }, - { - "name": "CompileAs", - "switch": "exportHeader", - "comment": "Compile as C++ Header Unit", - "value": "CompileAsHeaderUnit", - "flags": [] - }, - { "name": "ErrorReporting", "switch": "errorReport:none", "comment": "Do Not Send Report", @@ -789,13 +768,6 @@ ] }, { - "name": "ForceSynchronousPDBWrites", - "switch": "FS", - "comment": "Force Synchronous PDB Writes", - "value": "true", - "flags": [] - }, - { "name": "IntrinsicFunctions", "switch": "Oi", "comment": "Enable Intrinsic Functions", |