Using [`CMAKE_BUILD_TYPE`](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html) we can customize project build to reduce configuring and build time. It is useful for local development and CI.
Using
CMAKE_BUILD_TYPEwe can customize project build to reduce configuring and build time. It is useful for local development and CI.