summaryrefslogtreecommitdiff
path: root/Doc/using/unix.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-04-08 22:32:21 +0200
committerGitHub <noreply@github.com>2021-04-08 22:32:21 +0200
commita41782cc84bcd813209a03e6e11c60e77dbc7718 (patch)
tree76e53b2a0c0e68d1413b1a0171718e7196267cf7 /Doc/using/unix.rst
parentd92c59f48680122ce0e4d1ccf69d92b983e8db01 (diff)
downloadcpython-git-a41782cc84bcd813209a03e6e11c60e77dbc7718.tar.gz
bpo-43774: Document configure options (GH-25283)
Add Doc/using/configure.rst documentation to document configure, preprocessor, compiler and linker options. Add a new section about the "Python debug build".
Diffstat (limited to 'Doc/using/unix.rst')
-rw-r--r--Doc/using/unix.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index d5f073cd9f..b5b26ecef2 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -78,9 +78,9 @@ The build process consists of the usual commands::
make
make install
-Configuration options and caveats for specific Unix platforms are extensively
-documented in the :source:`README.rst` file in the root of the Python source
-tree.
+:ref:`Configuration options <configure-options>` and caveats for specific Unix
+platforms are extensively documented in the :source:`README.rst` file in the
+root of the Python source tree.
.. warning::