diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-08 09:54:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-08 09:54:26 +0300 |
commit | 819f67e42f7e93139e378d45518fa5a697cc9705 (patch) | |
tree | 10987bc57387b4e61bee625469f2d225ab323ebb /plugins/HTTPServer | |
parent | 25ac1787862bd563a2c03b629cc240a7593641d9 (diff) |
SSE2 instructions not to be used for 32-bit Release configurations
Diffstat (limited to 'plugins/HTTPServer')
-rw-r--r-- | plugins/HTTPServer/HTTPServer_15.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/HTTPServer/HTTPServer_15.vcxproj b/plugins/HTTPServer/HTTPServer_15.vcxproj index 7b5fc37eb3..472743a315 100644 --- a/plugins/HTTPServer/HTTPServer_15.vcxproj +++ b/plugins/HTTPServer/HTTPServer_15.vcxproj @@ -133,6 +133,7 @@ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> <AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> <StringPooling>true</StringPooling> <FunctionLevelLinking>true</FunctionLevelLinking> <WarningLevel>Level3</WarningLevel> |