diff options
author | Brett Cannon <bcannon@gmail.com> | 2005-11-07 21:42:42 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2005-11-07 21:42:42 (GMT) |
commit | 789fd005e0d3b3ee047435f7536ded80a26ddff8 (patch) | |
tree | 044a33affb0bf6637ce83e3219b52dc30b974468 /Misc/SpecialBuilds.txt | |
parent | 380f417e15dd36e6656a4f65e9c5ccd75134b8c1 (diff) | |
download | cpython-789fd005e0d3b3ee047435f7536ded80a26ddff8.zip cpython-789fd005e0d3b3ee047435f7536ded80a26ddff8.tar.gz cpython-789fd005e0d3b3ee047435f7536ded80a26ddff8.tar.bz2 |
Fix typo in envvar name.
Diffstat (limited to 'Misc/SpecialBuilds.txt')
-rw-r--r-- | Misc/SpecialBuilds.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index 8111476..ae9ab4c 100644 --- a/Misc/SpecialBuilds.txt +++ b/Misc/SpecialBuilds.txt @@ -1,7 +1,7 @@ This file describes some special Python build types enabled via compile-time preprocessor defines. -It is best to define these options in the EXTRA_FLAGS environment variable; +It is best to define these options in the EXTRA_CFLAGS environment variable; ``EXTRA_CFLAGS="-DPy_REF_DEBUG" ./configure``. --------------------------------------------------------------------------- |