Greg Babineau wrote:
> I'd still like to know what levels of optimization are safe.  Can I use -O5
> safely?  It has been so long since I made the decision to go with -O2 that I
> can't remember the reasoning behind it.

-O5 is fine, but IIRC on m68k -O2 switches on most of the optimisations
anyway, so there's not a lot to be gained by going beyond -O2.

I have a vague feeling -fomit-frame-pointer may be broken at the
moment, but I can't remember why and haven't checked for a while.
-fomit-frame-pointer is not implied by any -On level, so there is
only a potential problem if you are setting it explicitly yourself.

    John

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to