VS: Add flag table entry for -JMC

Add support for mapping Just My Code compiler flag

Fixes: #18289
This commit is contained in:
Tengiz Sharafiev
2018-11-10 10:59:29 +08:00
parent 48bc74710d
commit 516c6fc38c

View File

@@ -194,6 +194,8 @@ static cmVS7FlagTable cmVS141CLFlagTable[] = {
{ "EnablePREfast", "analyze", "", "true", 0 },
{ "UseFullPaths", "FC", "", "true", 0 },
{ "OmitDefaultLibName", "Zl", "", "true", 0 },
{ "SupportJustMyCode", "JMC-", "", "false", 0 },
{ "SupportJustMyCode", "JMC", "", "true", 0 },
// Bool Properties With Argument
{ "MultiProcessorCompilation", "MP", "", "true",