Fixes issue26307: The profile-opt build now applys PGO to the built-in
modules.
This commit is contained in:
parent
4bf580d6d5
commit
653c850919
|
@ -1595,7 +1595,7 @@ clean: pycremoval
|
|||
-rm -f pybuilddir.txt
|
||||
-rm -f Lib/lib2to3/*Grammar*.pickle
|
||||
-rm -f Programs/_testembed Programs/_freeze_importlib
|
||||
-rm -rf build
|
||||
-find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
|
||||
|
||||
profile-removal:
|
||||
find . -name '*.gc??' -exec rm -f {} ';'
|
||||
|
|
Loading…
Reference in New Issue