You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/11/05 13:44:20 UTC

[GitHub] [incubator-kvrocks] PragmaTwice commented on a diff in pull request #1079: Improve libunwind linking in CMake

PragmaTwice commented on code in PR #1079:
URL: https://github.com/apache/incubator-kvrocks/pull/1079#discussion_r1014637494


##########
CMakeLists.txt:
##########
@@ -27,6 +27,7 @@ option(ASAN_WITH_LSAN "enable leak santinizer while address santinizer is enable
 option(ENABLE_STATIC_LIBSTDCXX "link kvrocks with static library of libstd++ instead of shared library" ON)
 option(USE_LUAJIT "use luaJIT instead of lua" OFF)
 option(ENABLE_OPENSSL "enable openssl to support tls connection" OFF)
+option(ENABLE_UNWIND "enable libunwind in glog" ON)

Review Comment:
   It is default ON in glog, so we just forward it here.



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org