build
directory in the llvm-project
CMAKE_BUILD_TYPE:STRING
This configures the optimization level for make or ninja builds.Possible values:
Build Type Optimizations Debug Info Assertions Best suited for Release For Speed No No Users of LLVM and Clang Debug None Yes Yes Developers of LLVM RelWithDebInfo For Speed Yes No Users that also need Debug MinSizeRel For Size No No When disk space matters