From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 14 Jun 2025 15:13:03 +0000 (+0200) Subject: [3.14] gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options (GH... X-Git-Tag: v3.14.0b3~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f346ba7a021e516cc7b21a09313141711869db8a;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options (GH-135505) (#135515) --- diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index b914d3397b6d..0b7eaf35a1e6 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -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