bpo-43774: Add more links to configure options (GH-25363)

This commit is contained in:
Victor Stinner 2021-04-12 23:27:35 +02:00 committed by GitHub
parent 20ac34772a
commit 85918e4ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 45 additions and 32 deletions

View file

@ -19,7 +19,10 @@ General Options
.. cmdoption:: --enable-loadable-sqlite-extensions
Support loadable extensions in the :mod:`_sqlite` extension module (default
is no), see the :mod:`sqlite3` module.
is no).
See the :meth:`sqlite3.Connection.enable_load_extension` method of the
:mod:`sqlite3` module.
.. versionadded:: 3.6
@ -54,8 +57,9 @@ General Options
.. cmdoption:: --with-tzpath=<list of absolute paths separated by pathsep>
Select the default time zone search path for :data:`zoneinfo.TZPATH`,
see the :mod:`zoneinfo` module.
Select the default time zone search path for :data:`zoneinfo.TZPATH`.
See the :ref:`Compile-time configuration
<zoneinfo_data_compile_time_config>` of the :mod:`zoneinfo` module.
Default: ``/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo``.
@ -287,6 +291,9 @@ Debug options
Enable DTrace support (default is no).
See :ref:`Instrumenting CPython with DTrace and SystemTap
<instrumentation>`.
.. versionadded:: 3.6
.. cmdoption:: --with-address-sanitizer