Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-enable MINGW32-specific compile options (#5470)
This reverts a mistake of mine: My change to introduce an "else ifeq" in #5439 chain missed that there is [an `else` clause](https://github.com/dscho/git/blob/31963038164d1a2d78dc46225f8441e8c0fb07a8/config.mak.uname#L739-L742) that should be used for MINGW32 and MSys (to add large-address-awareness and use 32-bit `time_t`) but not for CLANGARM64 nor for MINGW64.
- Loading branch information