cpython: 747b415e96c4 (original) (raw)

Mercurial > cpython

changeset 100114:747b415e96c4 3.5

Issue #25934: Default to /fp:strict for ICC builds [#25934]

Zachary Ware zachary.ware@gmail.com
date Fri, 29 Jan 2016 19:08:55 -0600
parents c75ae81b5058
children c080ef5989f7 1a8dc350962b
files PCbuild/pyproject.props PCbuild/python.props
diffstat 2 files changed, 14 insertions(+), 5 deletions(-)[+] [-] PCbuild/pyproject.props 3 PCbuild/python.props 16

line wrap: on

line diff

--- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -50,6 +50,9 @@ false MultiThreadedDebugDLL

--- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -7,12 +7,18 @@ Use the latest available version of Visual Studio to build. To override this and build with an earlier version, pass "/p:PlatformToolset=v100" (for example) when building. +

+

+ <!-- Convincing MSVC/MSBuild to prefer our platform names is too difficult, so we define our own constant ArchName and use wherever we need it.