Skip to content

Commit 63f17c2

Browse files
authored
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
1 parent 2f2e703 commit 63f17c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/using/configure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ recommended for best performance.
175175

176176
Enable Link Time Optimization (LTO) in any build (disabled by default).
177177

178-
The C compiler Clang requires ``llvm-ar`` for LTO, as well as an LTO-aware
179-
linker (``ld.gold`` or ``lld``).
178+
The C compiler Clang requires ``llvm-ar`` for LTO (``ar`` on macOS), as well
179+
as an LTO-aware linker (``ld.gold`` or ``lld``).
180180

181181
.. versionadded:: 3.6
182182

0 commit comments

Comments
 (0)