[ITK Community] [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

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-developers



More information about the Community mailing list