From: Inada Naoki Date: Fri, 12 Feb 2021 00:06:47 +0000 (+0900) Subject: bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498) X-Git-Tag: v3.10.0a6~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fedd86df2448370cdf62a229fd6f31dc92daf379;p=thirdparty%2FPython%2Fcpython.git bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498) --- diff --git a/Misc/NEWS.d/next/Build/2021-02-10-14-11-53.bpo-43174.F9zwXQ.rst b/Misc/NEWS.d/next/Build/2021-02-10-14-11-53.bpo-43174.F9zwXQ.rst new file mode 100644 index 000000000000..64c80188d02f --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-02-10-14-11-53.bpo-43174.F9zwXQ.rst @@ -0,0 +1 @@ +Windows build now uses ``/utf-8`` compiler option. diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index d7762ca1bc68..98e5ab030321 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -46,6 +46,7 @@ true OnlyExplicitInline OnlyExplicitInline + /utf-8 %(AdditionalOptions) Disabled