Don't strip linux binary to preserve symbol names
This commit is contained in:
parent
3b00182f63
commit
80c243ee2f
1 changed files with 0 additions and 4 deletions
|
|
@ -67,10 +67,6 @@ function(psemek_add_executable_impl target is_application)
|
|||
)
|
||||
endif()
|
||||
|
||||
add_custom_command(TARGET ${target} POST_BUILD
|
||||
COMMAND ${CMAKE_STRIP} $<TARGET_FILE:${target}>
|
||||
)
|
||||
|
||||
if(UNIX AND (NOT APPLE) AND (NOT ANDROID))
|
||||
add_custom_command(TARGET ${target} POST_BUILD
|
||||
COMMAND chrpath -r . $<TARGET_FILE:${target}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue