[CMake] install/strip target doesn't exist?

J Decker d3ck0r at gmail.com
Mon May 11 13:44:12 EDT 2015


yes.  running strip on DLLs can take a 24k dll and make it 10k.

https://drive.google.com/folderview?id=0B812EYiKwtkkfkc5bDI1RUZOaEtyV1VicUpva0Nkd09pN2V2YjFCODdNajRYNWRWZ2psZkE

It has a lot of extra data even building with CMAKE_BUILD_TYPE=release



On Mon, May 11, 2015 at 10:36 AM, Hendrik Sattler <post at hendrik-sattler.de>
wrote:

>
>
> Am 11. Mai 2015 18:46:13 MESZ, schrieb J Decker <d3ck0r at gmail.com>:
> >command:
> >  cmake.exe --build . --config "release" --target "install/strip" --
> >output:
> >  mingw32-make.exe: *** No rule to make target 'install\strip'.  Stop.
> >
> >It reverses the slash?
> >install doesn't always strip?
> >does package strip?
>
> Is there actually anything to strip from a windows executable?
>
> Even on Linux: stripping a binary without debug symbols?
>
> HS
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150511/d98614c9/attachment.html>


More information about the CMake mailing list