git-hulk commented on PR #614:
URL:
https://github.com/apache/incubator-kvrocks/pull/614#issuecomment-1142377451
> > @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?
>
> I think the concern here is that we'd better to keep the same compiler
during the whole build process. So I pass the c++ compiler specified by cmake
to make.
I got your point, but it will fail to build if we didn’t specify them
explicitly. I’m not sure if it’s ok to other users.
--
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]