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 pablogsal
Recipients pablogsal, seberg, vstinner
Date 2020-12-29.08:12:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609229564.99.0.993630674788.issue40522@roundup.psfhosted.org>
In-reply-to
Content
> An optimized Python should always be built with LTO.

In MacOS is quite challenging to activate LTO, so normally optimized builds are only done with PGO. Also in Windows I am not sure is possible to use LTO. Same for many other platforms
History
Date User Action Args
2020-12-29 08:12:45pablogsalsetrecipients: + pablogsal, vstinner, seberg
2020-12-29 08:12:44pablogsalsetmessageid: <1609229564.99.0.993630674788.issue40522@roundup.psfhosted.org>
2020-12-29 08:12:44pablogsallinkissue40522 messages
2020-12-29 08:12:44pablogsalcreate