You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/05/31 16:24:45 UTC

[GitHub] [incubator-kvrocks] git-hulk commented on pull request #614: Compile lua by C++ compilers to avoid memory leaks

git-hulk commented on PR #614:
URL: https://github.com/apache/incubator-kvrocks/pull/614#issuecomment-1142348822

   @PragmaTwice Seems ${CMAKE_CXX_COMPILER} will use the apple-clang and $CXX will use clang++, clang++ works good after updating the Lua. So we can replace `${CMAKE_CXX_COMPILER}` with `${CXX}` in lua.cmake?


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

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