Re: stripping binaries



Raja R Harinath <harinath@cs.umn.edu> writes:
> Brian M Dial <bdial@rkkengineers.com> writes:
> > 	Could someone give me a quick rundown on when it is or isn't good to
> > strip libraries?  
[snip]
> Don't use --strip-unneeded on libraries.  (Simplistic explanation
> alert) Libraries don't have entry points, so most of it is "unneeded"
> as far as strip is concerned.  

That would read better as: Library entry points/public symbols are
unreferenced, so most of it is "unneeded".

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]