From: Georg Brandl Date: Mon, 20 Feb 2006 10:24:06 +0000 (+0000) Subject: bug #872175: add --with-fpectl to README X-Git-Tag: v2.5a0~578 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81299ad1d73320306b3279a4116733107f2a6fbc;p=python bug #872175: add --with-fpectl to README --- diff --git a/README b/README index c2408bdceb..cce60fa10f 100644 --- a/README +++ b/README @@ -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) -------------------------------------------------------------