infdahai commented on code in PR #1414: URL: https://github.com/apache/incubator-kvrocks/pull/1414#discussion_r1182151137
########## CMakeLists.txt: ########## @@ -33,6 +33,8 @@ option(PORTABLE "build a portable binary (disable arch-specific optimizations)" # TODO: set ENABLE_NEW_ENCODING to ON when we are ready option(ENABLE_NEW_ENCODING "enable new encoding (#1033) for storing 64bit size and expire time in milliseconds" OFF) +set(CMAKE_LINK_DEPENDS_NO_SHARED 1) Review Comment: just avoid relinking all depended targets on .so. It't necessary now, so I delete it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
