]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a line explaining what env var to use to set the compiler flags and an
authorBrett Cannon <bcannon@gmail.com>
Tue, 19 Apr 2005 20:28:09 +0000 (20:28 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 19 Apr 2005 20:28:09 +0000 (20:28 +0000)
example of how to do it so that it is passed directly to ./configure .

Misc/SpecialBuilds.txt

index 1919e66f6efabc3e7275dbd3aea4b245b35717fc..39dc1cb7c2b04d648bba04663cadec9c50d08336 100644 (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