Message329844
| Author | cstratak |
|---|---|
| Recipients | cstratak, gregory.p.smith, octavian.soldea, vstinner |
| Date | 2018-11-13.14:19:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1542118779.99.0.788709270274.issue31354@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This change exports -flto in cflags. You can check it with python3-config --cflags after this commit. Which means that every c extension which will use those cflags will also utilize -flto which wasn't happening before, thus I'd say it's a regression. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-13 14:19:40 | cstratak | set | recipients: + cstratak, gregory.p.smith, vstinner, octavian.soldea |
| 2018-11-13 14:19:39 | cstratak | set | messageid: <1542118779.99.0.788709270274.issue31354@psf.upfronthosting.co.za> |
| 2018-11-13 14:19:39 | cstratak | link | issue31354 messages |
| 2018-11-13 14:19:39 | cstratak | create | |