[tlbuild] Stripping the luatex binary

Philipp Stephani st_philipp at yahoo.de
Thu Mar 31 01:02:24 CEST 2011


Am 31.03.2011 um 00:15 schrieb Karl Berry:

> Excuse the ignorance, but does Mac strip have the equivalent of
> --strip-debug?
> 
>       --strip-debug
>           Remove debugging symbols only.
> 
> (which I presume would keep all the symbols.)

Yes. Both ld and strip on both Linux and OS X (probably inherited by BSD) have the options -S (strip debugging symbols) and -x (strip local symbols). The long options such as --strip-debug are only available for the GNU toolchain.


More information about the tlbuild mailing list