Skip to content

Commit f346ba7

Browse files
[3.14] gh-135504: Document LIBZSTD_CFLAGS and LIBZSTD_LIBS config options (GH-135505) (#135515)
1 parent 79df5d1 commit f346ba7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/using/configure.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,14 @@ Options for third-party dependencies
445445
C compiler and linker flags for ``libuuid``, used by :mod:`uuid` module,
446446
overriding ``pkg-config``.
447447

448+
.. option:: LIBZSTD_CFLAGS
449+
.. option:: LIBZSTD_LIBS
450+
451+
C compiler and linker flags for ``libzstd``, used by :mod:`compression.zstd` module,
452+
overriding ``pkg-config``.
453+
454+
.. versionadded:: 3.14
455+
448456
.. option:: PANEL_CFLAGS
449457
.. option:: PANEL_LIBS
450458

0 commit comments

Comments
 (0)