From: Victor Stinner Date: Tue, 25 May 2021 10:25:22 +0000 (+0200) Subject: bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349) X-Git-Tag: v3.11.0a1~1040 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63f17c252ab1b9357c5f022296213c42d9629458;p=thirdparty%2FPython%2Fcpython.git bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349) --- diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index c37540c7e031..177f25f318bb 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -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