From 5700ae877fc1a93cebe95739c6817d06768504c0 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sun, 11 Oct 2015 15:15:52 -0700 Subject: [PATCH] Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build --- Misc/NEWS | 2 ++ PCbuild/pyproject.props | 1 + PCbuild/pythoncore.vcxproj.filters | 6 ++++++ 3 files changed, 9 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 9c89f121ca5..08c72c38903 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -308,6 +308,8 @@ Build Windows ------- +- Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build + - Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade. diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index c1303e1aacb..a2c44f33cb0 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -43,6 +43,7 @@ Default true true + NoExtensions Disabled diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 3b275bb0de5..837b73690a1 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -435,6 +435,9 @@ Modules + + Include + @@ -968,6 +971,9 @@ PC + + Objects +