adonis0147 commented on code in PR #15807: URL: https://github.com/apache/doris/pull/15807#discussion_r1066609007
########## thirdparty/build-thirdparty.sh: ########## @@ -1545,12 +1545,43 @@ build_concurrentqueue() { cp ./*.h "${TP_INSTALL_DIR}/include/" } +#clucene +build_clucene() { + if [[ -z ${USE_AVX2} ]]; then + USE_AVX2=1 + fi + if [[ -z ${BUILD_TYPE} ]]; then + BUILD_TYPE=Release + fi Review Comment: > Only with RelWithDebInfo flags is not enough, CLucene also need to compile ASAN edition, It is a third-party library, we can just use it. Why do we need ASAN build? -- 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