From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:18:51 +0000 (+0200) Subject: [3.14] GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROFI... X-Git-Tag: v3.14.0b3~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dba307a757db7db93f208603735f251ce52f1bdf;p=thirdparty%2FPython%2Fcpython.git [3.14] GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROFILE'` (GH-135289) GH-135287: clang-cl PGO builds on Windows fail with `could not open '/GENPROFILE'` (GH-135289) (cherry picked from commit 0045100ccbc3919e8990fa59bc413fe38d21b075) Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> --- diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index ce51e3422416..cf35e705f355 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -100,8 +100,8 @@ advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;%(AdditionalDependencies) /OPT:REF,NOICF %(AdditionalOptions) -d2:-pattern-opt-disable:-932189325 %(AdditionalOptions) - /GENPROFILE %(AdditionalOptions) - /USEPROFILE %(AdditionalOptions) + /GENPROFILE %(AdditionalOptions) + /USEPROFILE %(AdditionalOptions) false