diff options
author | Brad King <brad.king@kitware.com> | 2019-01-24 12:52:49 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-24 13:19:50 -0500 |
commit | 049410c0b61aa1894cab8b3885c78d59fdcbcd9e (patch) | |
tree | ce9b6c9e8d9f6935ad6f405b4c269eaf0d91a3b6 /Templates/MSBuild | |
parent | 43aa632f57bb31514719b7f0d629a9285147f7f8 (diff) | |
download | cmake-049410c0b61aa1894cab8b3885c78d59fdcbcd9e.tar.gz |
VS: Populate `/JMC-` flag table entry for v142
Add the negative form of the option.
Diffstat (limited to 'Templates/MSBuild')
-rw-r--r-- | Templates/MSBuild/FlagTables/v142_CL.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json index d3d7f7262f..479df034d1 100644 --- a/Templates/MSBuild/FlagTables/v142_CL.json +++ b/Templates/MSBuild/FlagTables/v142_CL.json @@ -597,6 +597,13 @@ }, { "name": "SupportJustMyCode", + "switch": "JMC-", + "comment": "Support Just My Code Debugging", + "value": "false", + "flags": [] + }, + { + "name": "SupportJustMyCode", "switch": "JMC", "comment": "Support Just My Code Debugging", "value": "true", |