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/Sametime/src/glib | |
parent | 25ac1787862bd563a2c03b629cc240a7593641d9 (diff) |
SSE2 instructions not to be used for 32-bit Release configurations
Diffstat (limited to 'protocols/Sametime/src/glib')
-rw-r--r-- | protocols/Sametime/src/glib/glib_15.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Sametime/src/glib/glib_15.vcxproj b/protocols/Sametime/src/glib/glib_15.vcxproj index 99f0bc58a7..73293d3906 100644 --- a/protocols/Sametime/src/glib/glib_15.vcxproj +++ b/protocols/Sametime/src/glib/glib_15.vcxproj @@ -136,6 +136,7 @@ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <PrecompiledHeader>NotUsing</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> + <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <CompileAs>CompileAsC</CompileAs> <AdditionalIncludeDirectories>$(ProjectDir)\..;$(ProjectDir)</AdditionalIncludeDirectories> |