summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/Libgcrypt
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-08 09:54:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-08 09:54:26 +0300
commit819f67e42f7e93139e378d45518fa5a697cc9705 (patch)
tree10987bc57387b4e61bee625469f2d225ab323ebb /plugins/MirOTR/Libgcrypt
parent25ac1787862bd563a2c03b629cc240a7593641d9 (diff)
SSE2 instructions not to be used for 32-bit Release configurations
Diffstat (limited to 'plugins/MirOTR/Libgcrypt')
-rw-r--r--plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj b/plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj
index 33c2756e99..9912bf6124 100644
--- a/plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj
+++ b/plugins/MirOTR/Libgcrypt/Libgcrypt_15.vcxproj
@@ -77,6 +77,7 @@
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>custom;cipher;mpi;mpi\generic;src;..\Libgpg-error;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
<WarningLevel>Level3</WarningLevel>
<DisableSpecificWarnings>4018;4028;4146;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<FloatingPointModel>Fast</FloatingPointModel>