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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc63e9c676e435966b895963934b33672d44016c;p=python Issue #25934: Default to /fp:strict for ICC builds --- diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index fc9334760e..34938eabe9 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 ca3d10fff3..08ddaf12f0 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