summaryrefslogtreecommitdiff
path: root/build/vc.common/common.props
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 /build/vc.common/common.props
parent25ac1787862bd563a2c03b629cc240a7593641d9 (diff)
SSE2 instructions not to be used for 32-bit Release configurations
Diffstat (limited to 'build/vc.common/common.props')
-rw-r--r--build/vc.common/common.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props
index bb47d82824..1fb6cf1ddf 100644
--- a/build/vc.common/common.props
+++ b/build/vc.common/common.props
@@ -80,6 +80,7 @@
<ItemDefinitionGroup Condition="'$(Platform)'=='Win32'">
<ClCompile>
+ <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>$(ProjectDir)..\..\libs\win32;$(ProjectDir)..\..\..\boost\stage\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>