Closed as not planned
Description
The LTO flag is passed in as ``--with-lto`
However, on version 3.12 and higher, Clang defaults to the ThinLTO policy https://docs.python.org/3.14/using/configure.html#cmdoption-with-lto
This leaves quite a bit of perf on the table for macOS on 3.13 and higher python/cpython#122580
The fix should be to pass it --with-lto=full
on 3.12 and higher.
Metadata
Metadata
Assignees
Labels
No labels