]> granicus.if.org Git - python/commitdiff
Update instructions for EXTRA_CFLAGS: configure ignores
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 16 Apr 2006 18:55:07 +0000 (18:55 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 16 Apr 2006 18:55:07 +0000 (18:55 +0000)
them; they have to be passed to make.

Misc/SpecialBuilds.txt

index ae9ab4c1ef1bdbc5168fae19e4168caa1597d787..e0b3315bcb670bf5a40a3a74b1eb3597fbdaa57b 100644 (file)
@@ -1,8 +1,8 @@
 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 environment variable;
-``EXTRA_CFLAGS="-DPy_REF_DEBUG" ./configure``.
+It is best to define these options in the EXTRA_CFLAGS make variable;
+``make EXTRA_CFLAGS="-DPy_REF_DEBUG"``.
 
 ---------------------------------------------------------------------------
 Py_REF_DEBUG                                              introduced in 1.4