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 nnemkin
Recipients nnemkin
Date 2020-06-04.09:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591263528.02.0.798205890082.issue40861@roundup.psfhosted.org>
In-reply-to
Content
Windows build system always builds liblzma with optimizations disabled (/Od), even in Release configuration.

Compared to optimized build (/O2), compression speed is 2-2.5x slower and module size is 30% larger.
History
Date User Action Args
2020-06-04 09:38:48nnemkinsetrecipients: + nnemkin
2020-06-04 09:38:48nnemkinsetmessageid: <1591263528.02.0.798205890082.issue40861@roundup.psfhosted.org>
2020-06-04 09:38:47nnemkinlinkissue40861 messages
2020-06-04 09:38:47nnemkincreate