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 cstratak
Recipients cstratak
Date 2018-11-29.15:29:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543505341.98.0.788709270274.issue35351@psf.upfronthosting.co.za>
In-reply-to
Content
Through configure.ac and this change [0] LTOFLAGS and more specifically -flto is baked into BASECFLAGS when using link time optimizations, which will make this flag propagate to distutils.

[0] https://github.com/python/cpython/commit/69a3f153a92fd8c86080e8da477ee50df18fc0d1#diff-67e997bcfdac55191033d57a16d1408aL1350
History
Date User Action Args
2018-11-29 15:29:02cstrataksetrecipients: + cstratak
2018-11-29 15:29:01cstrataksetmessageid: <1543505341.98.0.788709270274.issue35351@psf.upfronthosting.co.za>
2018-11-29 15:29:01cstrataklinkissue35351 messages
2018-11-29 15:29:01cstratakcreate