commit | a41782cc84bcd813209a03e6e11c60e77dbc7718 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Apr 08 22:32:21 2021 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 08 22:32:21 2021 +0200 |
tree | 76e53b2a0c0e68d1413b1a0171718e7196267cf7 | |
parent | d92c59f48680122ce0e4d1ccf69d92b983e8db01 [diff] [blame] |
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".
diff --git a/Doc/using/index.rst b/Doc/using/index.rst index 4a45121..e1a3111 100644 --- a/Doc/using/index.rst +++ b/Doc/using/index.rst
@@ -15,6 +15,7 @@ cmdline.rst unix.rst + configure.rst windows.rst mac.rst editors.rst