Customer request.

Change-Id: Id77dcdc0b6908c7a5e460edfd7d9468a1691e351
Этот коммит содержится в:
Sean Keely
2019-03-07 14:04:14 -06:00
родитель 67376e06ab
Коммит fd9fb77e28
+2 -2
Просмотреть файл
@@ -171,9 +171,9 @@ target_link_libraries ( ${CORE_RUNTIME_TARGET}
elf dl pthread rt
)
## If the build is Release, strip the target library
## Strip should be optional or not at all
if ( "${CMAKE_BUILD_TYPE}" STREQUAL Release )
add_custom_command ( TARGET ${CORE_RUNTIME_TARGET} POST_BUILD COMMAND ${CMAKE_STRIP} *.so )
# add_custom_command ( TARGET ${CORE_RUNTIME_TARGET} POST_BUILD COMMAND ${CMAKE_STRIP} *.so )
endif ()
## Create symlinks for packaging and install