I'm trying to build a stripped target using install/strip with the function and line information retained. I need to pass the "--strip-debug" and "--keep-file-symbols" to the system strip binary because the default is to strip all symbols. Is there any way to achieve this using cmake?
Regards, Hari
_______________________________________________ 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
