mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
(cherry picked from commit 63f17c252a
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
a6825197e9
commit
ddc503c8d2
1 changed files with 2 additions and 2 deletions
|
@ -175,8 +175,8 @@ recommended for best performance.
|
|||
|
||||
Enable Link Time Optimization (LTO) in any build (disabled by default).
|
||||
|
||||
The C compiler Clang requires ``llvm-ar`` for LTO, as well as an LTO-aware
|
||||
linker (``ld.gold`` or ``lld``).
|
||||
The C compiler Clang requires ``llvm-ar`` for LTO (``ar`` on macOS), as well
|
||||
as an LTO-aware linker (``ld.gold`` or ``lld``).
|
||||
|
||||
.. versionadded:: 3.6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue