VS: Add flag table entry for -JMC

Original header commit 516c6fc38c

Add support for mapping Just My Code compiler flag
This commit is contained in:
Stephan Szabo 2018-11-26 10:46:38 -08:00
parent 584ad067ba
commit 9c60ae5f11

View File

@ -1243,5 +1243,19 @@
"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": []
}
]