yiguolei commented on code in PR #21755: URL: https://github.com/apache/doris/pull/21755#discussion_r1264264299
########## be/CMakeLists.txt: ########## @@ -251,6 +254,9 @@ set_target_properties(jemalloc PROPERTIES IMPORTED_LOCATION ${THIRDPARTY_DIR}/li add_library(jemalloc_arrow STATIC IMPORTED) set_target_properties(jemalloc_arrow PROPERTIES IMPORTED_LOCATION ${THIRDPARTY_DIR}/lib64/libjemalloc.a) +add_library(libunwind STATIC IMPORTED) Review Comment: 这里可能有一个风险,我们还是得弄明白,之前的pr 把libunwind 删除的原因,到底是啥冲突 ########## be/CMakeLists.txt: ########## @@ -251,6 +254,9 @@ set_target_properties(jemalloc PROPERTIES IMPORTED_LOCATION ${THIRDPARTY_DIR}/li add_library(jemalloc_arrow STATIC IMPORTED) set_target_properties(jemalloc_arrow PROPERTIES IMPORTED_LOCATION ${THIRDPARTY_DIR}/lib64/libjemalloc.a) +add_library(libunwind STATIC IMPORTED) Review Comment: 这里可能有一个风险,我们还是得弄明白,之前的pr 把libunwind 删除的原因,到底是啥冲突 -- 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