mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
@ -266,7 +266,7 @@ should instead read:
|
|||
|
||||
probe process("python").library("libpython3.6dm.so.1.0").mark("function__entry") {
|
||||
|
||||
(assuming a debug build of CPython 3.6)
|
||||
(assuming a :ref:`debug build <debug-build>` of CPython 3.6)
|
||||
|
||||
|
||||
Available static markers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue