diff options
author | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-26 18:43:17 (GMT) |
---|---|---|
committer | Stephan Szabo <stephan.szabo@sony.com> | 2018-11-28 15:43:30 (GMT) |
commit | 584ad067ba28924861eeab06cc73d49fdf6f9f89 (patch) | |
tree | 741cf14b6f756f57c76397df0b0728821d48ad9f /Templates | |
parent | 8df25f9400bef5dd374f74725a72e818c2424f4e (diff) | |
download | CMake-584ad067ba28924861eeab06cc73d49fdf6f9f89.zip CMake-584ad067ba28924861eeab06cc73d49fdf6f9f89.tar.gz CMake-584ad067ba28924861eeab06cc73d49fdf6f9f89.tar.bz2 |
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.json | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Templates/MSBuild/FlagTables/v141_CL.json b/Templates/MSBuild/FlagTables/v141_CL.json index 7493ed8..419b336 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", |