summaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorStephan Szabo <stephan.szabo@sony.com>2018-11-26 10:43:17 -0800
committerStephan Szabo <stephan.szabo@sony.com>2018-11-28 07:43:30 -0800
commit584ad067ba28924861eeab06cc73d49fdf6f9f89 (patch)
tree741cf14b6f756f57c76397df0b0728821d48ad9f /Templates
parent8df25f9400bef5dd374f74725a72e818c2424f4e (diff)
downloadcmake-584ad067ba28924861eeab06cc73d49fdf6f9f89.tar.gz
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.
Diffstat (limited to 'Templates')
-rw-r--r--Templates/MSBuild/FlagTables/v141_CL.json9
1 files changed, 1 insertions, 8 deletions
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,18 +422,11 @@
{
"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",
"comment": "ISO C++14 Standard",