-O3 brings the compiler to it's knees

3 Nov
2005
3 Nov
'05
1:17 p.m.
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.
--
Simon Burton, B.Sc.
Licensed PO Box 8066
ANU Canberra 2601
Australia
Ph. 61 02 6249 6940
http://arrowtheory.com

3 Nov
3 Nov
1:52 p.m.
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.
--
Simon Burton, B.Sc.
Licensed PO Box 8066
ANU Canberra 2601
Australia
Ph. 61 02 6249 6940
http://arrowtheory.com
6346
Age (days ago)
6346
Last active (days ago)
1 comments
1 participants
participants (1)
-
Simon Burton