From 516c6fc38c0bdfd7905edb169a4ebfef689cf116 Mon Sep 17 00:00:00 2001 From: Tengiz Sharafiev Date: Sat, 10 Nov 2018 10:59:29 +0800 Subject: VS: Add flag table entry for -JMC Add support for mapping Just My Code compiler flag Fixes: #18289 --- Source/cmVS141CLFlagTable.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmVS141CLFlagTable.h b/Source/cmVS141CLFlagTable.h index 2a9944a..7d219be 100644 --- a/Source/cmVS141CLFlagTable.h +++ b/Source/cmVS141CLFlagTable.h @@ -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", -- cgit v0.12