Skip to content

Support MinSizeRel build type when using MSBuild

Fixes bug 453950

The MSBuild documentation for the Configuration property alludes to the potential existence of other build configurations besides Debug and Release, but it seems like you'd have to manually add additional ones yourself. This PR takes the easy route of treating MinSizeRel the same way it treats Release, so that at least we don't crash. Input from someone with MSBuild experience would be appreciated.

Merge request reports