From: Eric B. <er...@go...> - 2007-12-26 16:56:01
|
Eric Bezault wrote: > Colin Adams wrote: >> I see that in gcc.cfg, the -O2 flag is commented out. >> What's the reason for this? > > I don't remember. I guess it was back when I tried it in > SourceForge's compile farm. You can try uncommenting it > and see what happens. I think I remember now: at the time I was testing it in the SourceForge's compile farm, gec was generating C files that were too big for the C compiler to compile with the option -O2. Since then I modified gec to be able to generate several smaller C files rather than one big file. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |