begin  quote
On Wed, 26 Nov 2003 20:24:50 +0900
Jason Stubbs <[EMAIL PROTECTED]> wrote:


> > *laughs*  I'm actually one to prefer "better sane over sazzy" in
> > cases like this.  in fact , at home I'm even stricter with
> > CFLAGS.(-O2 no omit-frame-pointer and no stripping, the other
> > machines run Chinstrap right off.)
> 
> How does stripping impact performance, anyway? It's really only used
> for debugging right? That should just make slightly smaller
> executables.

except for diskspace, it doesnt affect preformance. the symbols aren't
loaded into RAM when executing the files, so thats not an issue.

But I like being able to debug things. -fomit-frame-pointer is a nice
performance giver in x86, but as it kills debugging its just as well to
strip the binaries.

//Spider



-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to