Message288527
| 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:31 | vstinner | set | recipients: + vstinner |
| 2017-02-24 15:33:31 | vstinner | set | messageid: <1487950411.61.0.708195882756.issue29641@psf.upfronthosting.co.za> |
| 2017-02-24 15:33:31 | vstinner | link | issue29641 messages |
| 2017-02-24 15:33:31 | vstinner | create | |