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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 01:10:13 PDT 2022


fhahn added a comment.

I think if `Release` is the new default we should also enable assertions by default, as this should be closer to the Debug configuration and at least ensure that `-debug` works.


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