diff options
author | Tengiz Sharafiev <btolfa@gmail.com> | 2018-11-10 02:59:29 (GMT) |
---|---|---|
committer | Tengiz Sharafiev <btolfa@gmail.com> | 2018-11-10 03:06:37 (GMT) |
commit | 516c6fc38c0bdfd7905edb169a4ebfef689cf116 (patch) | |
tree | dba953a679eb1c899c42e9297df87f72ec1115f4 | |
parent | 48bc74710d4ddcf62e3dcf69e3400e4060a2bdc1 (diff) | |
download | CMake-516c6fc38c0bdfd7905edb169a4ebfef689cf116.zip CMake-516c6fc38c0bdfd7905edb169a4ebfef689cf116.tar.gz CMake-516c6fc38c0bdfd7905edb169a4ebfef689cf116.tar.bz2 |
VS: Add flag table entry for -JMC
Add support for mapping Just My Code compiler flag
Fixes: #18289
-rw-r--r-- | Source/cmVS141CLFlagTable.h | 2 |
1 files changed, 2 insertions, 0 deletions
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", |