wanghenshui commented on code in PR #764:
URL: https://github.com/apache/incubator-kvrocks/pull/764#discussion_r935472294


##########
CMakeLists.txt:
##########
@@ -26,6 +26,7 @@ option(ENABLE_TSAN "enable thread santinizer" OFF)
 option(ASAN_WITH_LSAN "enable leak santinizer while address santinizer is 
enabled" ON)
 option(ENABLE_STATIC_LIBSTDCXX "link kvrocks with static library of libstd++ 
instead of shared library" ON)
 option(USE_LUAJIT "use luaJIT instead of lua" ON)
+option(ENABLE_IPO "Enable Interprocedural Optimization, aka Link Time 
Optimization (LTO)" OFF)

Review Comment:
   fixed



-- 
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]

Reply via email to