mirror of
https://github.com/python/cpython.git
synced 2024-11-28 12:31:14 +08:00
Add a line explaining what env var to use to set the compiler flags and an
example of how to do it so that it is passed directly to ./configure .
This commit is contained in:
parent
87bd3fe266
commit
a267563f43
@ -1,6 +1,9 @@
|
|||||||
This file describes some special Python build types enabled via
|
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;
|
||||||
|
``OPT="-DPy_REF_DEBUG" ./configure``.
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
Py_REF_DEBUG introduced in 1.4
|
Py_REF_DEBUG introduced in 1.4
|
||||||
named REF_DEBUG before 1.4
|
named REF_DEBUG before 1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user