[PATCH] D91186: [clangd] Add documentation for building and testing clangd

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 10 16:28:18 PST 2020


nridge added inline comments.


================
Comment at: clang-tools-extra/clangd/README.md:30
+  We suggest building in RELEASE mode as building DEBUG binaries requires
+  considerably more resources. You can check [Building LLVM with CMake
+  documentation](https://llvm.org/docs/CMake.html) for more details about cmake
----------------
I guess it might depend on whether you just want to build from source, or if you're doing clangd development. For development purposes, I find release builds to be very hard to debug due to inlining and other optimizations.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91186/new/

https://reviews.llvm.org/D91186



More information about the cfe-commits mailing list