On Aug 19, 2006, at 11:08 AM, Alex Fenton wrote:
> Anyone know the correct argument I should give to strip on OS X to
> remove only unneeded stuff from the bundle. Nick told me once, but I
> can''t find the message in the ml archives. Unfortunately the man
page
> for strip assumes a lot of knowledge...
>
> Also - have uploaded the class reference docs to
> http://wxruby.rubyforge.org/doc/
>
> Plan to carry on improving these once we''ve shipped an alpha.
You mean [dead code stripping][1]? That only works with static
linking, and I don''t know if it will cause any problems, so make sure
you test it thoroughly.
[1]: http://developer.apple.com/documentation/DeveloperTools/
Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/
05_08_bs_linking/chapter_35_section_9.html
-- Daniel