gh-135504: Document LIBZSTD_CFLAGS and LIBZSTD_LIBS config options (#135505)

This commit is contained in:
sobolevn 2025-06-14 18:07:19 +03:00 committed by GitHub
parent 028309fb47
commit fc413ecb8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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