* Stefano:
> A little question: do you know what does it mean the
> "fomit-frame-pointer" set?

in etc/make.conf:
CFLAGS="-march=k6-3 -fomit-frame-pointer"

from man gcc:

-fomit-frame-pointer
 Don't keep the frame pointer in a register for functions that don't
 need one.  This avoids the instructions to save, set up and restore
 frame pointers; it also makes an extra register available in many
 functions.  It also makes debugging impossible on some machines.


Yes, i use it as well as -O2 -pipe. And i will not go bugreporting with these
options on ;)

-- 
Regards Torsten

--
[EMAIL PROTECTED] mailing list

Reply via email to