mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
gh-135504: Document LIBZSTD_CFLAGS and LIBZSTD_LIBS config options (#135505)
This commit is contained in:
parent
028309fb47
commit
fc413ecb8f
1 changed files with 8 additions and 0 deletions
|
|
@ -445,6 +445,14 @@ Options for third-party dependencies
|
|||
C compiler and linker flags for ``libuuid``, used by :mod:`uuid` module,
|
||||
overriding ``pkg-config``.
|
||||
|
||||
.. option:: LIBZSTD_CFLAGS
|
||||
.. option:: LIBZSTD_LIBS
|
||||
|
||||
C compiler and linker flags for ``libzstd``, used by :mod:`compression.zstd` module,
|
||||
overriding ``pkg-config``.
|
||||
|
||||
.. versionadded:: 3.14
|
||||
|
||||
.. option:: PANEL_CFLAGS
|
||||
.. option:: PANEL_LIBS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue