[build-script] Add MinSizeRel to is_release_variant (#87615)
MinSizeRel is one of the default cmake release build types.
When building swift, it conditionally add/remove flags depending on the
build type.
[see](https://cmake.org/cmake/help/v3.3/variable/CMAKE_BUILD_TYPE.html)