summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-05-25 03:56:37 -0700
committerGitHub <noreply@github.com>2021-05-25 03:56:37 -0700
commitddc503c8d20c4893e69b5bf466ad85da6a3f0be6 (patch)
treee160e7e417120cf9b88f0ce88dea77e3f28ce113
parenta6825197e9f2bd730d8da38f223608411e508695 (diff)
downloadcpython-git-ddc503c8d20c4893e69b5bf466ad85da6a3f0be6.tar.gz
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
(cherry picked from commit 63f17c252ab1b9357c5f022296213c42d9629458) Co-authored-by: Victor Stinner <vstinner@python.org>
-rw-r--r--Doc/using/configure.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index c37540c7e0..177f25f318 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