summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorStephan Szabo <stephan.szabo@sony.com>2018-11-26 10:46:38 -0800
committerStephan Szabo <stephan.szabo@sony.com>2018-11-28 07:43:30 -0800
commit9c60ae5f1105d6d793f2693630bf09abb7d66935 (patch)
tree37355e19ab1429608300c42b117ed365f3755640 /Templates
parent584ad067ba28924861eeab06cc73d49fdf6f9f89 (diff)
downloadcmake-9c60ae5f1105d6d793f2693630bf09abb7d66935.tar.gz
VS: Add flag table entry for -JMC
Original header commit 516c6fc38c0bdfd7905edb169a4ebfef689cf116 Add support for mapping Just My Code compiler flag
Diffstat (limited to 'Templates')
-rw-r--r--Templates/MSBuild/FlagTables/v141_CL.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/Templates/MSBuild/FlagTables/v141_CL.json b/Templates/MSBuild/FlagTables/v141_CL.json
index 419b336d32..d566526d74 100644
--- a/Templates/MSBuild/FlagTables/v141_CL.json
+++ b/Templates/MSBuild/FlagTables/v141_CL.json
@@ -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": []
}
]