diff options
author | Steve Dower <steve.dower@python.org> | 2022-04-06 10:56:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 10:56:31 (GMT) |
commit | 074da788028c1f1e867dc81698efdcdc263f2288 (patch) | |
tree | c06fe457e6cd7232a80bdd6b918f4b862a53c199 /Misc | |
parent | 35bcf9f3c19dfbb368c08e3aa75fda72a23c030d (diff) | |
download | cpython-074da788028c1f1e867dc81698efdcdc263f2288.zip cpython-074da788028c1f1e867dc81698efdcdc263f2288.tar.gz cpython-074da788028c1f1e867dc81698efdcdc263f2288.tar.bz2 |
bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows (GH-32083)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-03-23-20-01-16.bpo-47103.b4-00F.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-03-23-20-01-16.bpo-47103.b4-00F.rst b/Misc/NEWS.d/next/Build/2022-03-23-20-01-16.bpo-47103.b4-00F.rst new file mode 100644 index 0000000..c1e01ad --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-03-23-20-01-16.bpo-47103.b4-00F.rst @@ -0,0 +1,2 @@ +Windows ``PGInstrument`` builds now copy a required DLL into the output +directory, making it easier to run the profile stage of a PGO build. |