Re: [Leaf-devel] Stripping binaries

2001-03-30 Thread jdnewmil
On Fri, 30 Mar 2001, David Douthitt wrote: > [EMAIL PROTECTED] wrote: > > > > On Fri, 30 Mar 2001, David Douthitt wrote: > > > > What gives? Also, what's the difference between no options and -g? > > > > information about line number positions in the source code > > > > > After all, what get

Re: [Leaf-devel] Stripping binaries

2001-03-30 Thread David Douthitt
[EMAIL PROTECTED] wrote: > > On Fri, 30 Mar 2001, David Douthitt wrote: > > What gives? Also, what's the difference between no options and -g? > > information about line number positions in the source code > > > After all, what gets stripped if -g isn't used? > > relation between addresses a

Re: [Leaf-devel] Stripping binaries

2001-03-30 Thread jdnewmil
On Fri, 30 Mar 2001, David Douthitt wrote: > What is the difference between: > > gcc -s...stripping a binary, yes? yes > gcc -g...adding debugging symbols, yes? debugging symbols means source code line number information > strip ...removing debugging symbols, yes? ..