deadlinefen opened a new pull request, #19469: URL: https://github.com/apache/doris/pull/19469
## Problem summary 1. Supplement the documentation of be-clion-dev, avoid the problem of undefined `DORIS_JAVA_HOME` and inability to find jni.h when using clion development without directly compiling through build.sh 2. Complete the classification of header files in pch.h and introduce some header files that are not frequently modified in doris. 3. Separate the declaration and definition in common/config.h. **If you need to modify the default configuration now, please modify it in common/config.cpp.** 4. gen_cpp/version.h is regenerated every time it is recompiled, which may cause PCH to fail, so now you need to get the version information indirectly rather than directly. -- 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