mirror of https://github.com/python/cpython
Update instructions for EXTRA_CFLAGS: configure ignores
them; they have to be passed to make.
This commit is contained in:
parent
de0a23f74c
commit
d18d5a3153
|
@ -1,8 +1,8 @@
|
||||||
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 EXTRA_CFLAGS environment variable;
|
It is best to define these options in the EXTRA_CFLAGS make variable;
|
||||||
``EXTRA_CFLAGS="-DPy_REF_DEBUG" ./configure``.
|
``make EXTRA_CFLAGS="-DPy_REF_DEBUG"``.
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
Py_REF_DEBUG introduced in 1.4
|
Py_REF_DEBUG introduced in 1.4
|
||||||
|
|
Loading…
Reference in New Issue