SIGN IN SIGN UP

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).
V
Victor Stinner committed
3e3a7da590e1c3e5f03802e538f26c5204889c82
Parent: 5a740cd
Committed by GitHub <noreply@github.com> on 9/20/2023, 1:40:32 AM