mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 19:08:07 +08:00
VS: Add flag table entry for "permissive" flag to disable conformance mode
This flag is required to disable conformance mode on specific sources when it is otherwise enabled on most sources.
This commit is contained in:
@@ -812,10 +812,17 @@
|
||||
{
|
||||
"name": "ConformanceMode",
|
||||
"switch": "permissive-",
|
||||
"comment": "Conformance mode",
|
||||
"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