STINNER Victor <vstin...@python.org> added the comment:
Pablo: > IIRC activating lto is specially annoying on MacOS due to the need of some > llvm components that are a bit hard to get. Let me dig a bit to see if I > reproduce the problem Ah, I guess that you are referring to this requirement: "The C compiler Clang requires llvm-ar for LTO (ar on macOS), as well as an LTO-aware linker (ld.gold or lld)." https://docs.python.org/dev/using/configure.html#cmdoption-with-lto Maybe configure can enable LTO on all platforms but macOS. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45373> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com