Skip to content

Commit

Permalink
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed May 25, 2021
1 parent 2f2e703 commit 63f17c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/using/configure.rst
Expand Up @@ -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

Expand Down

0 comments on commit 63f17c2

Please sign in to comment.