[pacman-dev] Stripping files on OSX
26 Apr
2009
26 Apr
'09
12:05 p.m.
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/stri... Allan
5750
Age (days ago)
5750
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae