commit | c6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67 | [log] [tgz] |
---|---|---|
author | Neil Schemenauer <nas-github@arctrix.com> | Tue Sep 10 02:44:20 2019 -0700 |
committer | Dino Viehland <dinoviehland@gmail.com> | Tue Sep 10 10:44:20 2019 +0100 |
tree | 650f2464303357d5f8dd2427df2997085b9745cc | |
parent | 1ad0c776cb640be9f19c8019bbf34bb4aba312ad [diff] |
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".