diff options
| author | Unknown <azeem@live.ru> | 2018-11-27 20:07:51 +0000 |
|---|---|---|
| committer | Unknown <azeem@live.ru> | 2018-11-27 20:07:51 +0000 |
| commit | 0713c4ebe1e29d1076adb22ba5d8d5e562cecafc (patch) | |
| tree | 92a7405453af6eb42e42f57171437039f706e9c1 /server/server.vcxproj | |
| parent | f0424e31f233776a93d13caa98a4422385aedcd0 (diff) | |
loader update
Diffstat (limited to 'server/server.vcxproj')
| -rw-r--r-- | server/server.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/server/server.vcxproj b/server/server.vcxproj index 15d8173..2135457 100644 --- a/server/server.vcxproj +++ b/server/server.vcxproj @@ -67,6 +67,7 @@ <PlatformToolset>v141</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
+ <SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='pHit|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
@@ -187,8 +188,10 @@ <FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
- <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <LanguageStandard>stdcpplatest</LanguageStandard>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
