[PATCH] D124367: [docs] Improve documentation around CMAKE_BUILD_TYPE
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 01:37:55 PDT 2022
tschuett added inline comments.
================
Comment at: llvm/docs/CMake.rst:208
+ optimizations. Builds using ``Debug`` will be siginficantly slower and
+ use a lot more diskspace then a ``Release`` build. When targetting
+ Linux/ELF It's not uncommon that your linker might run into issues
----------------
================
Comment at: llvm/docs/CMake.rst:209
+ use a lot more diskspace then a ``Release`` build. When targetting
+ Linux/ELF It's not uncommon that your linker might run into issues
+ when linking ``Debug`` builds. It's recommended that ``Debug`` build
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124367/new/
https://reviews.llvm.org/D124367
More information about the llvm-commits
mailing list