From: Zachary Ware Date: Sat, 30 Jan 2016 01:06:00 +0000 (-0600) Subject: Issue #25934: Default to /fp:strict for ICC builds X-Git-Tag: v2.7.12rc1~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc63e9c676e435966b895963934b33672d44016c;p=thirdparty%2FPython%2Fcpython.git Issue #25934: Default to /fp:strict for ICC builds --- diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index fc9334760eac..34938eabe9d5 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -49,6 +49,9 @@ false MultiThreadedDebugDLL + + Strict + $(OutDir);%(AdditionalLibraryDirectories) true diff --git a/PCbuild/python.props b/PCbuild/python.props index ca3d10fff3b7..08ddaf12f05a 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -11,6 +11,8 @@ Give a default for BasePlatformToolset as well, it's used by ICC and ignored otherwise --> v90 + false + true