Mail Archives: djgpp-workers/1996/07/31/20:59:25
> > The GNU theory is that switches shouldn't have unexpected side
> > affects. -g should control debugging symbols and nothing else. -s
> > should control stripping and nothing else.
>
> Isn't stripping the debug information controlling the debugging symbols?
-g decides if you have minimal symbols, or full symbols.
-s decides if you keep any symbols, or strip them all.
-s does not discriminate between debug symbols and regular symbols.
- Raw text -