Re: [PATCH 1/1] contrib/buildsystems: fix Visual Studio Debug configuration

2019-09-25 Thread Johannes Schindelin
Hi Alexandr, On Mon, 23 Sep 2019, Alexandr Miloslavskiy via GitGitGadget wrote: > From: Alexandr Miloslavskiy > > Even though Debug configuration builds, the resulting build is incorrect > in a subtle way: it mixes up Debug and Release binaries, which in turn > causes hard-to-predict bugs. > > I

Re: [PATCH 1/1] contrib/buildsystems: fix Visual Studio Debug configuration

2019-09-24 Thread Alexandr Miloslavskiy
Johannes, would you please review?

[PATCH 1/1] contrib/buildsystems: fix Visual Studio Debug configuration

2019-09-23 Thread Alexandr Miloslavskiy via GitGitGadget
From: Alexandr Miloslavskiy Even though Debug configuration builds, the resulting build is incorrect in a subtle way: it mixes up Debug and Release binaries, which in turn causes hard-to-predict bugs. In my case, when git calls iconv library, iconv sets 'errno' and git then tests it, but in Debu