Χρήστος Γεωργίου (Christos Georgiou) added the comment:

Perhaps I'm missing something obvious here, but…

    …
    $(MAKE) build_all_merge_profile
    @echo "Rebuilding with profile guided optimizations:"
    $(MAKE) clean
    $(MAKE) build_all_use_profile
    …

the `$(MAKE) clean` does an `rm -rf build`, so it also removes the .gcda for 
the builtin modules.

----------
nosy: +tzot

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to