diff options
author | Brett Cannon <bcannon@gmail.com> | 2005-04-20 20:49:39 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2005-04-20 20:49:39 (GMT) |
commit | 49ab700cc180c41083c817929fea62c581a4dac7 (patch) | |
tree | 4135a91cb09ef0f96dbc4d6ac37263c8c5d1afe0 /Misc/SpecialBuilds.txt | |
parent | b180c06a54a9eb0012f8102e993b9c3e8f1d7f21 (diff) | |
download | cpython-49ab700cc180c41083c817929fea62c581a4dac7.zip cpython-49ab700cc180c41083c817929fea62c581a4dac7.tar.gz cpython-49ab700cc180c41083c817929fea62c581a4dac7.tar.bz2 |
Clarify usage of OPT by noting that if it is set the default values will be
left out.
Diffstat (limited to 'Misc/SpecialBuilds.txt')
-rw-r--r-- | Misc/SpecialBuilds.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index 39dc1cb..feff20e 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 |