]> granicus.if.org Git - python/commitdiff
Encourage --with-pydebug rather than individual setting of debug options.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Dec 2010 15:47:34 +0000 (15:47 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Dec 2010 15:47:34 +0000 (15:47 +0000)
Misc/SpecialBuilds.txt

index 25bb6d1e380a89ca900d2eb2a956c2328087244b..1413cf0ebdbdd9076b02cade9b747932cee38794 100644 (file)
@@ -1,7 +1,12 @@
 This file describes some special Python build types enabled via
 compile-time preprocessor defines.
 
-It is best to define these options in the EXTRA_CFLAGS make variable;
+IMPORTANT: if you want to build a debug-enabled Python, it is recommended
+that you use ``./configure --with-pydebug``, rather than the options listed
+here.
+
+However, if you wish to define some of these options individually, it is best
+to define them in the EXTRA_CFLAGS make variable;
 ``make EXTRA_CFLAGS="-DPy_REF_DEBUG"``.
 
 ---------------------------------------------------------------------------