kadircet added inline comments.

================
Comment at: clang-tools-extra/clangd/README.md:26
+- Create a build directory, for example at `$LLVM_ROOT/build`.
+- Inside the build directory run: `cmake $LLVM_ROOT/llvm/
+  -DCMAKE_BUILD_TYPE=RELEASE -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra"`.
----------------
sammccall wrote:
> this will work, though won't it use make by default with no parallelism?
> 
> If we're recommending more flags, i'd suggest -DLLVM_ENABLE_ASSERTS=On, and 
> -G Ninja...
i wanted to keep it to a bare minimum, hence no mentions of ninja and asserts. 
i am adding a paragraph below to suggest adding those.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91186

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to