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.
This commit is contained in:
Stephan Szabo 2018-11-26 10:43:17 -08:00
parent 8df25f9400
commit 584ad067ba

View File

@ -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",