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 holmanb
Recipients holmanb
Date 2021-06-07.22:38:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623105491.02.0.949113840673.issue44340@roundup.psfhosted.org>
In-reply-to
Content
The existing --with-lto argument could be extended to pass through a value to select non-default lto compiler options:

CC=clang ./configure --with-lto=thin

This would allow default behavior to remain unchanged, while allowing those that want to use thin lto to opt in.

For what it's worth, the tests (make test) pass using clang 11.1.0 and thinlto.
History
Date User Action Args
2021-06-07 22:38:11holmanbsetrecipients: + holmanb
2021-06-07 22:38:11holmanbsetmessageid: <1623105491.02.0.949113840673.issue44340@roundup.psfhosted.org>
2021-06-07 22:38:11holmanblinkissue44340 messages
2021-06-07 22:38:10holmanbcreate