summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2005-04-24 22:26:38 +0000
committerBrett Cannon <bcannon@gmail.com>2005-04-24 22:26:38 +0000
commit08cd598c2145d00f1517c93cabf80a5d7d2a4bc0 (patch)
treeff364e13d14455f5850f7af139bd721a1c371ddd /README
parent43148c84136697b56cdd9327a64ac3225fe48651 (diff)
downloadcpython-git-08cd598c2145d00f1517c93cabf80a5d7d2a4bc0.tar.gz
Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant
to be used for flags that change binary compatibility. Distutils was tweaked to also use the variable if used during compilation of the interpreter.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index dedd3bd2e4..f1c3a890ea 100644
--- a/README
+++ b/README
@@ -827,6 +827,9 @@ the -Wall and -Wstrict-prototypes options.
Additional debugging code to help debug memory management problems can
be enabled by using the --with-pydebug option to the configure script.
+For flags that change binary compatibility, use the EXTRA_CFLAGS
+variable.
+
Profiling
---------