mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Tweak strip flags for Android camera wrapper libs
This commit is contained in:
parent
1e69d47ba5
commit
4772c42c66
@ -59,7 +59,7 @@ SET_TARGET_PROPERTIES(${the_target} PROPERTIES
|
||||
)
|
||||
|
||||
if (NOT (CMAKE_BUILD_TYPE MATCHES "debug"))
|
||||
ADD_CUSTOM_COMMAND( TARGET ${the_target} POST_BUILD COMMAND ${CMAKE_STRIP} "${LIBRARY_OUTPUT_PATH}/lib${the_target}.so" )
|
||||
ADD_CUSTOM_COMMAND( TARGET ${the_target} POST_BUILD COMMAND ${CMAKE_STRIP} --strip-unneeded "${LIBRARY_OUTPUT_PATH}/lib${the_target}.so" )
|
||||
endif()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user