[CMake] Automatic libraries stripping

Denis Scherbakov denis_scherbakov at yahoo.com
Thu May 7 09:52:35 EDT 2009


> I would like to ask you, if (and how, if so) it is possible
> to set CMake
> to strip (/usr/bin/strip) the generated libraries.

Use -s option for gcc. You don't need to use strip directly.

Denis


      


More information about the CMake mailing list