From a267563f439763bc955daafaa0563b3194945fc3 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 19 Apr 2005 20:28:09 +0000 Subject: 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 . --- Misc/SpecialBuilds.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index 1919e66..39dc1cb 100644 --- a/Misc/SpecialBuilds.txt +++ b/Misc/SpecialBuilds.txt @@ -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 -- cgit v0.12