[Python-checkins] python/dist/src/Misc SpecialBuilds.txt,1.17,1.18

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Tue Apr 19 22:28:13 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15723/Misc

Modified Files:
	SpecialBuilds.txt 
Log Message:
Add a line explaining what env var to use to set the compiler flags and an
example of how to do it so that it is passed directly to ./configure .


Index: SpecialBuilds.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/SpecialBuilds.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- SpecialBuilds.txt	18 Jan 2005 15:53:59 -0000	1.17
+++ SpecialBuilds.txt	19 Apr 2005 20:28:09 -0000	1.18
@@ -1,6 +1,9 @@
 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``.
+
 ---------------------------------------------------------------------------
 Py_REF_DEBUG                                              introduced in 1.4
                                                  named REF_DEBUG before 1.4



More information about the Python-checkins mailing list