mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
VS: Populate -Qspectre-
flag table entry for v142
Rather than the change from commit 584ad067ba
(VS: Fix flag table entry
for -Qspectre, 2018-11-26), update the v142 flag table with an actual
flag for the negative form of the flag. Switch the entry order so that
the longer negative form is first.
This commit is contained in:
parent
460a146e2b
commit
43aa632f57
@ -421,16 +421,16 @@
|
||||
},
|
||||
{
|
||||
"name": "SpectreMitigation",
|
||||
"switch": "Qspectre",
|
||||
"comment": "Enabled",
|
||||
"value": "Spectre",
|
||||
"switch": "Qspectre-",
|
||||
"comment": "Spectre mitigations disabled",
|
||||
"value": "false",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
"name": "SpectreMitigation",
|
||||
"switch": "",
|
||||
"comment": "Disabled",
|
||||
"value": "false",
|
||||
"switch": "Qspectre",
|
||||
"comment": "Spectre mitigations enabled",
|
||||
"value": "Spectre",
|
||||
"flags": []
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user