diff options
author | Georg Brandl <georg@python.org> | 2006-02-20 10:24:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-02-20 10:24:06 (GMT) |
commit | 81299ad1d73320306b3279a4116733107f2a6fbc (patch) | |
tree | b0718a4363cc866f0b2c86241115abc730e50163 | |
parent | dbd8339a010cae023d800bdb5e6b03cb9d08229f (diff) | |
download | cpython-81299ad1d73320306b3279a4116733107f2a6fbc.zip cpython-81299ad1d73320306b3279a4116733107f2a6fbc.tar.gz cpython-81299ad1d73320306b3279a4116733107f2a6fbc.tar.bz2 |
bug #872175: add --with-fpectl to README
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1057,6 +1057,11 @@ Modules/getpath.o. --with-tsc: Profile using the Pentium timestamping counter (TSC). +--with-fpectl: Enable building the ``fpectl'' module which can be used + to control the generation of SIGFPE and its conversion into a + Python exception. Note: this module is dangerous or useless + except in the hands of experts. + Building for multiple architectures (using the VPATH feature) ------------------------------------------------------------- |