diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-08-23 23:31:10 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-08-23 23:31:10 +0200 |
commit | 062bc8743b695c1298eae902f34b9e62b265eb95 (patch) | |
tree | 468db18010e46da9144fa6ba204911b4f7ade96b /CSGO | |
parent | 6491418d867739dbcecaedd9c363d5569f8fbf92 (diff) |
removed spectre mitigation for CSGO
Diffstat (limited to 'CSGO')
-rw-r--r-- | CSGO/CSGO.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CSGO/CSGO.vcxproj b/CSGO/CSGO.vcxproj index 315dcf6..f0c14bf 100644 --- a/CSGO/CSGO.vcxproj +++ b/CSGO/CSGO.vcxproj @@ -45,6 +45,7 @@ <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <UseOfMfc>Static</UseOfMfc> + <SpectreMitigation>false</SpectreMitigation> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> |