]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90108: Disable LTO on _freeze_module and _testembed (#109581)
authorVictor Stinner <vstinner@python.org>
Wed, 20 Sep 2023 01:40:32 +0000 (03:40 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2023 01:40:32 +0000 (03:40 +0200)
commit3e3a7da590e1c3e5f03802e538f26c5204889c82
tree2dd32d92e5094e6bbb817403ae1cdd7217aa9b67
parent5a740cd06ec1191767edcc6d3a7d5eca7873cb7b
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).
Makefile.pre.in