On Wed, Sep 27, 2017 at 12:38 PM, Even Rouault <[email protected]> wrote:
> Hi, > > > > For those who don't understand the title, you may skip this email ;-) > > > > Once again someone raised an issue about the MSVC runtime we use for > DEBUG=1 builds: > > https://trac.osgeo.org/gdal/ticket/7059 > > > > and in https://trac.osgeo.org/gdal/ticket/6384 about the same issue, > there are 4 similar tickets raised. > > > > So it seems our default is a recurring problem. > > > > Personnaly I believe I've never used a Windows build, so I'm mostly > indifferent > > > > Any opinion about using the debug MSVC runtime (/MDd) for DEBUG=1 builds > instead of the current release runtime (/MD) ? > > > > > Hi Even, Since you ask, I can tell you that changing "/MD" to "/MDd" is one of just two remaining edits that I have to make to nmake.opt before I build a new version of GDAL. We do most of our development on Windows and port to Linux so I think we do the opposite of how it sounds like you work. So we'd prefer /MDd. (By the way, the other item in nmake.opt that I can't override with an EXT_NMAKE_OPT file is that we don't want to build with ODBC_SUPPORTED = 1 If that were changed to use the !IFNDEF ODBC_SUPPORTED then I wouldn't have to edit nmake.opt at all which would be very handy.) Thanks very much, carl
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
