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?<br>
<br>Regards,<br>Hari<br>