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/NotesAndReminders | |
parent | 25ac1787862bd563a2c03b629cc240a7593641d9 (diff) |
SSE2 instructions not to be used for 32-bit Release configurations
Diffstat (limited to 'plugins/NotesAndReminders')
-rw-r--r-- | plugins/NotesAndReminders/NotesReminders_15.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NotesAndReminders/NotesReminders_15.vcxproj b/plugins/NotesAndReminders/NotesReminders_15.vcxproj index bfce9c1b79..a4dc5c21d5 100644 --- a/plugins/NotesAndReminders/NotesReminders_15.vcxproj +++ b/plugins/NotesAndReminders/NotesReminders_15.vcxproj @@ -134,6 +134,7 @@ </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> + <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> <Optimization>Full</Optimization> <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |