https://github.com/python/cpython/commit/fc413ecb8f4bf1c59b29932695e3538548eb1a8a commit: fc413ecb8f4bf1c59b29932695e3538548eb1a8a branch: main author: sobolevn <m...@sobolevn.me> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-06-14T16:07:19+01:00 summary:
gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options (#135505) files: M Doc/using/configure.rst diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index b914d3397b6dda..0b7eaf35a1e689 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 _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com