From: Brett Cannon Date: Wed, 20 Apr 2005 20:49:39 +0000 (+0000) Subject: Clarify usage of OPT by noting that if it is set the default values will be X-Git-Tag: v2.5a0~1807 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49ab700cc180c41083c817929fea62c581a4dac7;p=thirdparty%2FPython%2Fcpython.git Clarify usage of OPT by noting that if it is set the default values will be left out. --- diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index 39dc1cb7c2b0..feff20e5cd7a 100644 --- a/Misc/SpecialBuilds.txt +++ b/Misc/SpecialBuilds.txt @@ -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