Hi all,

I am looking for people in the know about how files should be stripped on Mac OSX.

In FS#13592, it is suggested that we do some more fine grained tuning of our library stripping. These should work for platforms using GNU strip (Linux/BSD/Cygwin):

Binaries: "strip --strip-all"
Shared Libraries: "strip --strip-unneeded"
Static Libraries: "strip --strip-debug"


Can we do something similar on OSX? From [1], it looks like similar options are:

Binaries: "strip -u -r"
Shared Libraries: "strip -x"
Static Libraries: "strip -S

Can someone confirm if these options are any good? I could be entirely wrong...

[1] http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/strip.1.html

Allan



_______________________________________________
pacman-dev mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/pacman-dev

Reply via email to