4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-07 09:19:34 +00:00
LIEF/cmake/strip.cmake
2018-08-20 09:04:28 +02:00

3 lines
117 B
CMake

execute_process(COMMAND
${CMAKE_STRIP} --discard-all --discard-locals --strip-all --strip-unneeded ${TARGET_FILE})