From 993d706a170e7009130d5f66b2f3f5e7dda64c9b Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 14 Jul 2021 13:46:21 -0400 Subject: VS: Populate `/JMC-` flag table entry for v143 Apply the change from commit 049410c0b6 (VS: Populate `/JMC-` flag table entry for v142, 2019-01-24, v3.14.0-rc1~74^2~6) to the v143 flag table. --- Templates/MSBuild/FlagTables/v143_CL.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Templates') diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json index b8697fb166..35e0bd0ecb 100644 --- a/Templates/MSBuild/FlagTables/v143_CL.json +++ b/Templates/MSBuild/FlagTables/v143_CL.json @@ -742,6 +742,13 @@ "value": "true", "flags": [] }, + { + "name": "SupportJustMyCode", + "switch": "JMC-", + "comment": "Support Just My Code Debugging", + "value": "false", + "flags": [] + }, { "name": "SupportJustMyCode", "switch": "JMC", -- cgit v1.2.1