[Insight-developers] Stripping Libraries on OSX
Brad King
brad.king at kitware.com
Mon Mar 3 15:20:02 EST 2014
On 03/03/2014 10:16 AM, Bradley Lowekamp wrote:
> on OSX gcc/gcc-llvm/clang does not produce stripped libraries.
I can point to the CMake source where it adds install-time rules
to strip binaries. It skips stripping on OS X app bundles:
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/cmInstallTargetGenerator.cxx;hb=v3.0.0-rc1#l734
but otherwise proceeds to strip executables and shared libraries.
I'm no familiar with build-time stripping though.
-Brad K
More information about the Insight-developers
mailing list