Skip to content
Snippets Groups Projects
Commit ec35b3b5 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'vs-flag-FS'


937f454f VS: Remove C++ module CompileAs flag table entries for v142 and v143
8fb349a8 VS: Remove cl /FS entry from flag table for v142 and v143

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarNiels Dekker <niels_dekker_address_until_2024@xs4all.nl>
Merge-request: !6390
parents d1c59210 937f454f
No related branches found
No related tags found
No related merge requests found
......@@ -663,27 +663,6 @@
"value": "CompileAsCpp",
"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",
......@@ -786,13 +765,6 @@
"Continue"
]
},
{
"name": "ForceSynchronousPDBWrites",
"switch": "FS",
"comment": "Force Synchronous PDB Writes",
"value": "true",
"flags": []
},
{
"name": "IntrinsicFunctions",
"switch": "Oi",
......
......@@ -658,27 +658,6 @@
"value": "CompileAsCpp",
"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",
......@@ -788,13 +767,6 @@
"Continue"
]
},
{
"name": "ForceSynchronousPDBWrites",
"switch": "FS",
"comment": "Force Synchronous PDB Writes",
"value": "true",
"flags": []
},
{
"name": "IntrinsicFunctions",
"switch": "Oi",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment