diff options
author | Brett Cannon <bcannon@gmail.com> | 2005-04-24 22:26:38 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2005-04-24 22:26:38 (GMT) |
commit | 08cd598c2145d00f1517c93cabf80a5d7d2a4bc0 (patch) | |
tree | ff364e13d14455f5850f7af139bd721a1c371ddd /README | |
parent | 43148c84136697b56cdd9327a64ac3225fe48651 (diff) | |
download | cpython-08cd598c2145d00f1517c93cabf80a5d7d2a4bc0.zip cpython-08cd598c2145d00f1517c93cabf80a5d7d2a4bc0.tar.gz cpython-08cd598c2145d00f1517c93cabf80a5d7d2a4bc0.tar.bz2 |
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-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 --------- |