Message 259840 - Python tracker (original) (raw)
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.