diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-20 01:40:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 01:40:32 (GMT) |
commit | 3e3a7da590e1c3e5f03802e538f26c5204889c82 (patch) | |
tree | 2dd32d92e5094e6bbb817403ae1cdd7217aa9b67 /Misc/NEWS.d/3.6.2rc1.rst | |
parent | 5a740cd06ec1191767edcc6d3a7d5eca7873cb7b (diff) | |
download | cpython-3e3a7da590e1c3e5f03802e538f26c5204889c82.zip cpython-3e3a7da590e1c3e5f03802e538f26c5204889c82.tar.gz cpython-3e3a7da590e1c3e5f03802e538f26c5204889c82.tar.bz2 |
gh-90108: Disable LTO on _freeze_module and _testembed (#109581)
LTO optimization is nice to make Python faster, but _freeze_module
and _testembed performance is not important. Using LTO to build these
two programs make a whole Python build way slower, especially
combined with a sanitizer (like ASAN).
Diffstat (limited to 'Misc/NEWS.d/3.6.2rc1.rst')
0 files changed, 0 insertions, 0 deletions