mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
VS: Re-order v141 and v142 CL flag table entries to match xml files better
This commit is contained in:
@@ -588,6 +588,20 @@
|
||||
"value": "Send",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "SupportJustMyCode",
|
||||
"switch": "JMC-",
|
||||
"comment": "",
|
||||
"value": "false",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "SupportJustMyCode",
|
||||
"switch": "JMC",
|
||||
"comment": "",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "CompileAsWinRT",
|
||||
"switch": "ZW",
|
||||
@@ -1250,19 +1264,5 @@
|
||||
"comment": "C++14 (GNU Dialect)",
|
||||
"value": "gnu++1y",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "SupportJustMyCode",
|
||||
"switch": "JMC-",
|
||||
"comment": "",
|
||||
"value": "false",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "SupportJustMyCode",
|
||||
"switch": "JMC",
|
||||
"comment": "",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
}
|
||||
]
|
||||
|
@@ -433,6 +433,20 @@
|
||||
"value": "Spectre",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "ConformanceMode",
|
||||
"switch": "permissive-",
|
||||
"comment": "Conformance mode enabled",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "ConformanceMode",
|
||||
"switch": "permissive",
|
||||
"comment": "Conformance mode disabled",
|
||||
"value": "false",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "LanguageStandard",
|
||||
"switch": "std:c++14",
|
||||
@@ -879,20 +893,6 @@
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "ConformanceMode",
|
||||
"switch": "permissive-",
|
||||
"comment": "Conformance mode enabled",
|
||||
"value": "true",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "ConformanceMode",
|
||||
"switch": "permissive",
|
||||
"comment": "Conformance mode disabled",
|
||||
"value": "false",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "TreatWChar_tAsBuiltInType",
|
||||
"switch": "Zc:wchar_t-",
|
||||
|
Reference in New Issue
Block a user