From 3edec5d142365f2340865b4f12652e6aa627818a Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 29 Jul 2021 20:53:29 +0100 Subject: bpo-44479: Do not regenerate files during a PGO build as it will invalidate the profile. (GH-27460) --- PCbuild/regen.targets | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/PCbuild/regen.targets b/PCbuild/regen.targets index 38f82d1..27fdd6e 100644 --- a/PCbuild/regen.targets +++ b/PCbuild/regen.targets @@ -78,7 +78,9 @@ WorkingDirectory="$(PySourcePath)" /> - + @@ -119,5 +121,7 @@ - + -- cgit v0.12