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:
Miss Islington (bot) 2021-05-25 03:56:37 -07:00 committed by GitHub
parent a6825197e9
commit ddc503c8d2
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