Hi! Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). LLVM-related results are [here](https://github.com/llvm/llvm-project/issues/63486). Since PGO showed measurable improvements in compiler-like loads (Clang, Clangd, clang-format, GCC, Rustc, etc.) I think it could be useful to check PGO on KDevelop too since it has some "compiler-like" details internally and PGO results from other LLVM projects can be helpful here too. We need to perform PGO benchmarks on KDevelop. And if it shows improvements - add a note about possible improvements in KDevelop performance with PGO. Providing an easier way (e.g. a build option) to build scripts with PGO can be useful for the end-users too since it could help maintainers to build KDevelop with PGO support in an easier way.