[Pyobjc-dev] Re: [Pyobjc-checkins] CVS: pyobjc setup.py,1.18,1.19
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2002-12-22 18:07:46
|
Ronald Oussoren wrote: > - setup.py: By default strip the .so files, this seriously reduces > the size of module objc._objc. Is this such a good idea? Btw. bundlebuilder/buildapp.py has a --strip option to strip all binaries when building standalone apps (indeed helps a lot, size-wise), but I wouldn't do this do this for a library install. Does it have any performance advantage to strip objc._objc? Just |