summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/csgo-client.vcxproj
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2018-12-29 22:15:34 +1300
committerboris <wzn@moneybot.cc>2018-12-29 22:15:34 +1300
commit0340821cc614fda2a94a96c255d16105dd2f6f9a (patch)
tree77338a110f4c784c2a6c20fd25abfc49666cacca /csgo-loader/csgo-client/csgo-client.vcxproj
parentbdb6ac5f940008bcd836e3c5f0a708f4b8f04865 (diff)
tcp is being autistic -_-
Diffstat (limited to 'csgo-loader/csgo-client/csgo-client.vcxproj')
-rw-r--r--csgo-loader/csgo-client/csgo-client.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/csgo-loader/csgo-client/csgo-client.vcxproj b/csgo-loader/csgo-client/csgo-client.vcxproj
index 5c8ff74..4467b0e 100644
--- a/csgo-loader/csgo-client/csgo-client.vcxproj
+++ b/csgo-loader/csgo-client/csgo-client.vcxproj
@@ -98,6 +98,7 @@
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
+ <WholeProgramOptimization>false</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
@@ -156,7 +157,6 @@
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<LanguageStandard>stdcpp17</LanguageStandard>
<DisableSpecificWarnings>4100;4189;4244;4267;4522;4714;4838;4307;4706;4702</DisableSpecificWarnings>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<Link>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>