On Monday 02 August 2010, Martin Wodok wrote: > Hello all, > > I'm new to CMake, but have of course already searched for a solution on > the web. I often found the info that CMake doesn't strip the binaries, > but no solution to that. > So is there a way to get the Release (and not the debug) build to > produce a stripped binary (under Linux when the Makefile generator is > being used)? > > I know there's something about stripping with CPack, but I'm not using > CPack, only CMake...
$ make install/strip (that's also what cpack is using). Alex _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
