diff options
author | Neil Schemenauer <nas-github@arctrix.com> | 2019-09-10 09:44:20 (GMT) |
---|---|---|
committer | Dino Viehland <dinoviehland@gmail.com> | 2019-09-10 09:44:20 (GMT) |
commit | c6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67 (patch) | |
tree | 650f2464303357d5f8dd2427df2997085b9745cc /Misc | |
parent | 1ad0c776cb640be9f19c8019bbf34bb4aba312ad (diff) | |
download | cpython-c6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67.zip cpython-c6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67.tar.gz cpython-c6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67.tar.bz2 |
bpo-37725: have "make clean" remove PGO task data (#15033)
Change "clean" makefile target to also clean the program guided
optimization (PGO) data. Previously you would have to use "make
clean" and "make profile-removal", or "make clobber".
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2019-07-30-16-26-11.bpo-37725.MkG1TT.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-07-30-16-26-11.bpo-37725.MkG1TT.rst b/Misc/NEWS.d/next/Build/2019-07-30-16-26-11.bpo-37725.MkG1TT.rst new file mode 100644 index 0000000..1687cf2 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2019-07-30-16-26-11.bpo-37725.MkG1TT.rst @@ -0,0 +1,3 @@ +Change "clean" makefile target to also clean the program guided optimization +(PGO) data. Previously you would have to use "make clean" and "make +profile-removal", or "make clobber". |