We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b346b3b commit dc0ebcdCopy full SHA for dc0ebcd
Doc/using/configure.rst
@@ -326,15 +326,6 @@ Linker Options
326
327
Linker flags, e.g. ``-L<library directory>``.
328
329
-.. cmdoption:: LIBATOMIC
330
-
331
- Linker flags when ``cpython/pyatomic.h`` header file is used.
332
333
- Default: ``LIBATOMIC='-latomic'`` if ``libatomic`` is needed, or
334
- ``LIBATOMIC=''`` otherwise (also the default when Python is cross-compiled).
335
336
- .. versionadded:: 3.13
337
338
.. cmdoption:: LIBS
339
340
Libraries to pass to the linker, e.g. ``-l<library>``.
0 commit comments