]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options (#135505)
authorsobolevn <mail@sobolevn.me>
Sat, 14 Jun 2025 15:07:19 +0000 (18:07 +0300)
committerGitHub <noreply@github.com>
Sat, 14 Jun 2025 15:07:19 +0000 (16:07 +0100)
Doc/using/configure.rst

index b914d3397b6dda42eaed0dbbb6047cdb77b1e4f8..0b7eaf35a1e689f43173a34267d9212757254223 100644 (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