mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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".
This commit is contained in:
parent
d92c59f486
commit
a41782cc84
20 changed files with 678 additions and 47 deletions
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue