[PATCH] D124153: [CMake] Change default CMAKE_BUILD_TYPE to Release

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 08:02:26 PDT 2022


jhenderson added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:72-74
+* Default CMAKE_BUILD_TYPE has changed from Debug to Release in order to make
+  the default build smaller, faster and less prone to running out of RAM when
+  linking.
----------------
Probably should mention the assertion situation here too, as people won't expect the defaulted Release build to include assertions (because Release builds don't usually have them!)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124153



More information about the llvm-commits mailing list