From 69b7d41d58b355475344da23fc557ca82edb9428 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 25 May 2021 11:48:29 +0200 Subject: [PATCH] bpo-43109: configure doc: LTO requires "ar" on macOS --- Doc/using/configure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index c37540c7e031d6..177f25f318bbf6 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