Commit a267563f authored by Brett Cannon's avatar Brett Cannon

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 .
parent 87bd3fe2
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment