From: Steve Dower Date: Fri, 11 Jun 2021 20:35:40 +0000 (+0100) Subject: bpo-44381: Windows build now allows enabling control flow guard (GH-26645) X-Git-Tag: v3.11.0a1~876 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5af56c6f2a0d11df37fed7ecaaf321cf6926ba13;p=thirdparty%2FPython%2Fcpython.git bpo-44381: Windows build now allows enabling control flow guard (GH-26645) --- diff --git a/Misc/NEWS.d/next/Build/2021-06-10-18-08-44.bpo-44381.Xpc1iX.rst b/Misc/NEWS.d/next/Build/2021-06-10-18-08-44.bpo-44381.Xpc1iX.rst new file mode 100644 index 000000000000..002112c4b556 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-06-10-18-08-44.bpo-44381.Xpc1iX.rst @@ -0,0 +1,2 @@ +The Windows build now accepts :envvar:`EnableControlFlowGuard` set to +``guard`` to enable CFG. diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 834b27c86d42..d492b71dfbaa 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -44,11 +44,11 @@ Default true true - OnlyExplicitInline - OnlyExplicitInline + $(EnableControlFlowGuard) /utf-8 %(AdditionalOptions) + OnlyExplicitInline Disabled false MultiThreadedDebugDLL