Skip to content

Commit

Permalink
Remove LIBATOMIC
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 13, 2023
1 parent b346b3b commit dc0ebcd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,6 @@ Linker Options

Linker flags, e.g. ``-L<library directory>``.

.. cmdoption:: LIBATOMIC

Linker flags when ``cpython/pyatomic.h`` header file is used.

Default: ``LIBATOMIC='-latomic'`` if ``libatomic`` is needed, or
``LIBATOMIC=''`` otherwise (also the default when Python is cross-compiled).

.. versionadded:: 3.13

.. cmdoption:: LIBS

Libraries to pass to the linker, e.g. ``-l<library>``.
Expand Down

0 comments on commit dc0ebcd

Please sign in to comment.