mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
This commit is contained in:
parent
2f2e703244
commit
63f17c252a
@ -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…
Reference in New Issue
Block a user