不修改任何文件解决CMake Spectre缓解
<Project> <PropertyGroup Label="Configuration"> <SpectreMitigation>false</SpectreMitigation> </PropertyGroup> </Project>
加上这个就可以了
<Project> <PropertyGroup Label="Configuration"> <SpectreMitigation>false</SpectreMitigation> </PropertyGroup> </Project>
加上这个就可以了