mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Clarify usage of OPT by noting that if it is set the default values will be
left out.
This commit is contained in:
parent
b180c06a54
commit
49ab700cc1
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ This file describes some special Python build types enabled via
|
||||||
compile-time preprocessor defines.
|
compile-time preprocessor defines.
|
||||||
|
|
||||||
It is best to define these options in the OPT environment variable;
|
It is best to define these options in the OPT environment variable;
|
||||||
``OPT="-DPy_REF_DEBUG" ./configure``.
|
``OPT="-DPy_REF_DEBUG" ./configure``. If you want the default values of
|
||||||
|
OPT to also be included you will need to add them in yourself manually.
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
Py_REF_DEBUG introduced in 1.4
|
Py_REF_DEBUG introduced in 1.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue