mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
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:
parent
8df25f9400
commit
584ad067ba
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user