mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
VS: Add -Qspectre- flag table entry for v145 toolset
Apply the change from commit a070d87e08 (VS: Populate `-Qspectre-` flag
table entry for v143, 2021-07-14, v3.21.1~29^2~7) to the v145 flag
table. Sort the longer options before the shorter ones. Remove the
default variant with an empty switch.
This commit is contained in:
@@ -554,9 +554,9 @@
|
||||
},
|
||||
{
|
||||
"name": "SpectreMitigation",
|
||||
"switch": "Qspectre",
|
||||
"comment": "Enabled",
|
||||
"value": "Spectre",
|
||||
"switch": "Qspectre-load-cf",
|
||||
"comment": "All Control Flow Loads",
|
||||
"value": "SpectreLoadCF",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
@@ -568,16 +568,16 @@
|
||||
},
|
||||
{
|
||||
"name": "SpectreMitigation",
|
||||
"switch": "Qspectre-load-cf",
|
||||
"comment": "All Control Flow Loads",
|
||||
"value": "SpectreLoadCF",
|
||||
"switch": "Qspectre-",
|
||||
"comment": "Disabled",
|
||||
"value": "false",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "SpectreMitigation",
|
||||
"switch": "",
|
||||
"comment": "Disabled",
|
||||
"value": "false",
|
||||
"switch": "Qspectre",
|
||||
"comment": "Enabled",
|
||||
"value": "Spectre",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user