diff --git a/Templates/MSBuild/FlagTables/v145_CL.json b/Templates/MSBuild/FlagTables/v145_CL.json index 2b8a8f2508..9d955539f3 100644 --- a/Templates/MSBuild/FlagTables/v145_CL.json +++ b/Templates/MSBuild/FlagTables/v145_CL.json @@ -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": [] }, {