LIEF/cmake/strip.cmake

3 lines
117 B
CMake
Raw Normal View History

2018-08-20 09:04:28 +02:00
execute_process(COMMAND
${CMAKE_STRIP} --discard-all --discard-locals --strip-all --strip-unneeded ${TARGET_FILE})