mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 13:04:15 -04:00
build: only use --strip-debug to still get useful stack traces
This commit is contained in:
parent
bae568d29f
commit
0bac595e7a
@ -1401,7 +1401,7 @@ if(STATIC_BUILD_DO_NOT_USE OR APPLE)
|
|||||||
if(APPLE)
|
if(APPLE)
|
||||||
add_custom_target(strip COMMAND strip ${FILES_TO_STRIP})
|
add_custom_target(strip COMMAND strip ${FILES_TO_STRIP})
|
||||||
else()
|
else()
|
||||||
add_custom_target(strip COMMAND strip -s ${FILES_TO_STRIP})
|
add_custom_target(strip COMMAND strip --strip-debug ${FILES_TO_STRIP})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user