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

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 19:22:37 PDT 2022


tstellar added a comment.

I disagree about erroring out when CMAKE_BUILD_TYPE is undefined.  We want to make the build easy for new users, so I think it's important that the default build (cmake with no arguments) just works.

I also think the default should be release build with asserts disabled.


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