This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2017-02-24.15:33:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487950411.61.0.708195882756.issue29641@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I confirm that it's possible to compile and install Python using PGO+LTO without --enable-optimizatioins:

cd ~/cpython
make distclean ||:
./configure --with-lto --prefix=/home/haypo/installed/3.7
make clean
make profile-opt
make install
History
Date User Action Args
2017-02-24 15:33:31vstinnersetrecipients: + vstinner
2017-02-24 15:33:31vstinnersetmessageid: <1487950411.61.0.708195882756.issue29641@psf.upfronthosting.co.za>
2017-02-24 15:33:31vstinnerlinkissue29641 messages
2017-02-24 15:33:31vstinnercreate