Skip to content

Commit fc413ec

Browse files
authored
gh-135504: Document LIBZSTD_CFLAGS and LIBZSTD_LIBS config options (#135505)
1 parent 028309f commit fc413ec

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)