On Mon, Aug 30, 2004 at 09:59:36PM +0200, Lars Gullik Bj?nnes wrote: > And I think we should change the default optimization to be -O0 for > development builds. And use -O2 for release builds. Opinions?
Then we never have any idea of day-to-day performance regressions, since everything will be very slow. Not a good idea IMHO. (Actually I use --disable-optimization, but only because my current desktop is so very slow) regards john