diff --git a/Misc/NEWS.d/next/Build/2018-10-26-14-49-19.bpo-35059.PKsBxP.rst b/Misc/NEWS.d/next/Build/2018-10-26-14-49-19.bpo-35059.PKsBxP.rst deleted file mode 100644 index 262161637b1354..00000000000000 --- a/Misc/NEWS.d/next/Build/2018-10-26-14-49-19.bpo-35059.PKsBxP.rst +++ /dev/null @@ -1,4 +0,0 @@ -PCbuild: Set InlineFunctionExpansion to OnlyExplicitInline ("/Ob1" option) -in pyproject.props in Debug mode to expand functions marked as inline. This -change should make Python compiled in Debug mode a little bit faster on -Windows. diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 95b349c077e5bc..6d36977456e092 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -42,8 +42,6 @@ true true NoExtensions - OnlyExplicitInline - OnlyExplicitInline Disabled