From 819f67e42f7e93139e378d45518fa5a697cc9705 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 8 Oct 2017 09:54:17 +0300 Subject: SSE2 instructions not to be used for 32-bit Release configurations --- plugins/CryptoPP/crypto/cryptlib_15.vcxproj | 1 + plugins/CryptoPP/cryptopp_15.vcxproj | 1 + 2 files changed, 2 insertions(+) (limited to 'plugins/CryptoPP') diff --git a/plugins/CryptoPP/crypto/cryptlib_15.vcxproj b/plugins/CryptoPP/crypto/cryptlib_15.vcxproj index f55071f1c7..1e474888a5 100644 --- a/plugins/CryptoPP/crypto/cryptlib_15.vcxproj +++ b/plugins/CryptoPP/crypto/cryptlib_15.vcxproj @@ -77,6 +77,7 @@ Full Size NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + NoExtensions true true Use diff --git a/plugins/CryptoPP/cryptopp_15.vcxproj b/plugins/CryptoPP/cryptopp_15.vcxproj index 2277eed296..8f2808dfd5 100644 --- a/plugins/CryptoPP/cryptopp_15.vcxproj +++ b/plugins/CryptoPP/cryptopp_15.vcxproj @@ -130,6 +130,7 @@ Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NoExtensions true true Use -- cgit v1.2.3