diff options
author | Pieter Eendebak <pieter.eendebak@gmail.com> | 2024-12-19 14:45:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-19 14:45:34 (GMT) |
commit | b9b3e4a076caddf7876d1d4d762a117a26faffcf (patch) | |
tree | 06bf93b77cdc0752a23958bb4042dbae3ff7bb0e /Misc/NEWS.d/next | |
parent | b5d1e4552f0ba40d8380368e1b099261686a89cf (diff) | |
download | cpython-b9b3e4a076caddf7876d1d4d762a117a26faffcf.zip cpython-b9b3e4a076caddf7876d1d4d762a117a26faffcf.tar.gz cpython-b9b3e4a076caddf7876d1d4d762a117a26faffcf.tar.bz2 |
gh-127951: Add build option to enable pystats on Windows (GH-127952)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-12-16-16-16-35.gh-issue-127951.lpE13-.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-12-16-16-16-35.gh-issue-127951.lpE13-.rst b/Misc/NEWS.d/next/Build/2024-12-16-16-16-35.gh-issue-127951.lpE13-.rst new file mode 100644 index 0000000..0c1df0e --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-12-16-16-16-35.gh-issue-127951.lpE13-.rst @@ -0,0 +1 @@ +Add option ``--pystats`` to the Windows build to enable performance statistics collection. |