yiguolei commented on a change in pull request #7451: URL: https://github.com/apache/incubator-doris/pull/7451#discussion_r773574755
########## File path: be/CMakeLists.txt ########## @@ -18,13 +18,6 @@ cmake_minimum_required(VERSION 3.19.2) # set CMAKE_C_COMPILER, this must set before project command -if (DEFINED ENV{DORIS_GCC_HOME}) Review comment: If we want to build with clang, then we export CC=XXXX/clang and CXX=XXXXXXX/clang++ If we want to build with gcc, then we export CC=xxxx/gcc and CXX=xxxxx/g++ -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org