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/Dbx_kyoto | |
parent | 25ac1787862bd563a2c03b629cc240a7593641d9 (diff) |
SSE2 instructions not to be used for 32-bit Release configurations
Diffstat (limited to 'plugins/Dbx_kyoto')
-rw-r--r-- | plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj b/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj index 61cfec032c..0fa9c8141b 100644 --- a/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj +++ b/plugins/Dbx_kyoto/Dbx_kyoto_15.vcxproj @@ -138,6 +138,7 @@ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> <AdditionalIncludeDirectories>src\KyotoCabinet;..\..\include;..\..\..\boost;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>HAVE_CONFIG_H;NDEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> <StringPooling>true</StringPooling> <BufferSecurityCheck>false</BufferSecurityCheck> <FunctionLevelLinking>true</FunctionLevelLinking> |