Message259840
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. |
|
Date |
User |
Action |
Args |
2016-02-08 12:42:04 | tzot | set | recipients:
+ tzot, skip.montanaro, brett.cannon, gregory.p.smith, pitrou, scoder, vstinner, larry, skrah, python-dev, alecsandru.patrascu |
2016-02-08 12:42:03 | tzot | set | messageid: <1454935323.89.0.0271777405117.issue24915@psf.upfronthosting.co.za> |
2016-02-08 12:42:03 | tzot | link | issue24915 messages |
2016-02-08 12:42:03 | tzot | create | |
|