From 584ad067ba28924861eeab06cc73d49fdf6f9f89 Mon Sep 17 00:00:00 2001 From: Stephan Szabo Date: Mon, 26 Nov 2018 10:43:17 -0800 Subject: VS: Fix flag table entry for -Qspectre The Qspectre option was generated by the script (as opposed to being added by commit v3.13.0-rc1~4^2 (VS: Add flag table entry for -Qspectre, 2018-10-08), however the comment was not useful and there was a separate off option generated that was not in the old table. --- Templates/MSBuild/FlagTables/v141_CL.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Templates') diff --git a/Templates/MSBuild/FlagTables/v141_CL.json b/Templates/MSBuild/FlagTables/v141_CL.json index 7493ed877b..419b336d32 100644 --- a/Templates/MSBuild/FlagTables/v141_CL.json +++ b/Templates/MSBuild/FlagTables/v141_CL.json @@ -422,17 +422,10 @@ { "name": "SpectreMitigation", "switch": "Qspectre", - "comment": "Enabled", + "comment": "Spectre mitigations", "value": "Spectre", "flags": [] }, - { - "name": "SpectreMitigation", - "switch": "", - "comment": "Disabled", - "value": "false", - "flags": [] - }, { "name": "LanguageStandard", "switch": "std:c++14", -- cgit v1.2.1