]> granicus.if.org Git - python/commitdiff
Clarify usage of OPT by noting that if it is set the default values will be
authorBrett Cannon <bcannon@gmail.com>
Wed, 20 Apr 2005 20:49:39 +0000 (20:49 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 20 Apr 2005 20:49:39 +0000 (20:49 +0000)
left out.

Misc/SpecialBuilds.txt

index 39dc1cb7c2b04d648bba04663cadec9c50d08336..feff20e5cd7a77ab74943b2e2e448d03716eedbc 100644 (file)
@@ -2,7 +2,8 @@ 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``.
+``OPT="-DPy_REF_DEBUG" ./configure``.  If you want the default values of
+OPT to also be included you will need to add them in yourself manually.
 
 ---------------------------------------------------------------------------
 Py_REF_DEBUG                                              introduced in 1.4