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:
Brett Cannon 2005-04-19 20:28:09 +00:00
parent 87bd3fe266
commit a267563f43
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
This file describes some special Python build types enabled via
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
named REF_DEBUG before 1.4