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 /protocols/Gadu-Gadu | |
parent | 25ac1787862bd563a2c03b629cc240a7593641d9 (diff) |
SSE2 instructions not to be used for 32-bit Release configurations
Diffstat (limited to 'protocols/Gadu-Gadu')
-rw-r--r-- | protocols/Gadu-Gadu/Gadu-Gadu_15.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/Gadu-Gadu_15.vcxproj b/protocols/Gadu-Gadu/Gadu-Gadu_15.vcxproj index bd47e981e3..163f3022cf 100644 --- a/protocols/Gadu-Gadu/Gadu-Gadu_15.vcxproj +++ b/protocols/Gadu-Gadu/Gadu-Gadu_15.vcxproj @@ -136,6 +136,7 @@ <Optimization>Full</Optimization> <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> + <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> <AdditionalIncludeDirectories>..\..\include;..\..\plugins\ExternalAPI;src\libgadu;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;GG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <StringPooling>true</StringPooling> |