mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge doc fixes from 3.2
This commit is contained in:
commit
577a6af8e6
8 changed files with 33 additions and 19 deletions
|
@ -588,8 +588,8 @@ frequently-used builds will be described in the remainder of this section.
|
|||
|
||||
Compiling the interpreter with the :c:macro:`Py_DEBUG` macro defined produces
|
||||
what is generally meant by "a debug build" of Python. :c:macro:`Py_DEBUG` is
|
||||
enabled in the Unix build by adding :option:`--with-pydebug` to the
|
||||
:file:`configure` command. It is also implied by the presence of the
|
||||
enabled in the Unix build by adding ``--with-pydebug`` to the
|
||||
:file:`./configure` command. It is also implied by the presence of the
|
||||
not-Python-specific :c:macro:`_DEBUG` macro. When :c:macro:`Py_DEBUG` is enabled
|
||||
in the Unix build, compiler optimization is disabled.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue