This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 32144ccda8 [Enhancement](debugging) Add more debug info for clang build (#12845) 32144ccda8 is described below commit 32144ccda8438f136f5463b61e05ffb8dab7a034 Author: Adonis Ling <adonis0...@gmail.com> AuthorDate: Mon Sep 26 08:50:12 2022 +0800 [Enhancement](debugging) Add more debug info for clang build (#12845) --- be/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt index 094ebc4c3d..db3cc63d4d 100644 --- a/be/CMakeLists.txt +++ b/be/CMakeLists.txt @@ -456,7 +456,7 @@ if (COMPILER_GCC) endif () if (COMPILER_CLANG) - add_compile_options (-fcolor-diagnostics) + add_compile_options(-fcolor-diagnostics -fno-limit-debug-info) if(MAKE_TEST STREQUAL "OFF") add_compile_options(-Qunused-arguments) endif() --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org