Message258627
| Author | zach.ware |
|---|---|
| Recipients | alecsandru.patrascu, brett.cannon, gregory.p.smith, pitrou, scoder, skrah, vstinner, zach.ware |
| Date | 2016-01-19.22:22:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1453242174.01.0.973409119304.issue25702@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm a bit concerned that the flags are being added unconditionally to CFLAGS and LDFLAGS (when configured --with-lto), which means extensions are forced into it as well. I think it would be better to use CFLAGS_NODIST and to add LDFLAGS_NODIST. Unfortunately, 2.7 doesn't have even CFLAGS_NODIST; I suspect it may be time to backport that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-19 22:22:54 | zach.ware | set | recipients: + zach.ware, brett.cannon, gregory.p.smith, pitrou, scoder, vstinner, skrah, alecsandru.patrascu |
| 2016-01-19 22:22:54 | zach.ware | set | messageid: <1453242174.01.0.973409119304.issue25702@psf.upfronthosting.co.za> |
| 2016-01-19 22:22:53 | zach.ware | link | issue25702 messages |
| 2016-01-19 22:22:53 | zach.ware | create | |