diff options
author | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-26 18:46:38 (GMT) |
---|---|---|
committer | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-28 15:43:30 (GMT) |
commit | 9c60ae5f1105d6d793f2693630bf09abb7d66935 (patch) | |
tree | 37355e19ab1429608300c42b117ed365f3755640 | |
parent | 584ad067ba28924861eeab06cc73d49fdf6f9f89 (diff) | |
download | CMake-9c60ae5f1105d6d793f2693630bf09abb7d66935.zip CMake-9c60ae5f1105d6d793f2693630bf09abb7d66935.tar.gz CMake-9c60ae5f1105d6d793f2693630bf09abb7d66935.tar.bz2 |
VS: Add flag table entry for -JMC
Original header commit 516c6fc38c0bdfd7905edb169a4ebfef689cf116
Add support for mapping Just My Code compiler flag
-rw-r--r-- | Templates/MSBuild/FlagTables/v141_CL.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Templates/MSBuild/FlagTables/v141_CL.json b/Templates/MSBuild/FlagTables/v141_CL.json index 419b336..d566526 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": [] } ] |