bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)

This commit is contained in:
Victor Stinner 2021-05-25 12:25:22 +02:00 committed by GitHub
parent 2f2e703244
commit 63f17c252a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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