Is there a way to disable -O3 builds ? I have a big (100k+ lines) extension module, and -O3 compile is, at best useless and terribly slow to build, and at worst gobbles up all memory and kills the compile.
Simon.
On Thu, 3 Nov 2005 11:17:21 +0000 Simon Burton simon@arrowtheory.com wrote:
Is there a way to disable -O3 builds ? I have a big (100k+ lines) extension module, and -O3 compile is, at best useless and terribly slow to build, and at worst gobbles up all memory and kills the compile.
Simon.
OK, i've set OPT in the sysconfig vars dictionary to " -w ".
Simon.