]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
authorVictor Stinner <vstinner@python.org>
Tue, 25 May 2021 10:25:22 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 10:25:22 +0000 (12:25 +0200)
Doc/using/configure.rst

index c37540c7e031d65d57850cabf74b8a32035ec232..177f25f318bbf60470dd7e9c8b7b7320631222f2 100644 (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