From looking at the build logs of a recent "release-compile" task on the "Windows (VS 2015)" builder, it looks like a debug build of the driver is being built by mistake.
The logs show the compiler flags "/MDd" and "/D _DEBUG" being passed to cl.exe, and the value of ${CMAKE_CFG_INTDIR} appears to be "Debug".
Perhaps the "/p:Configuration=Release" option needs to be passed to msbuild.exe?
- related to
-
CDRIVER-2079 Link error due to undefined reference to `assert'
- Closed
-
CDRIVER-2069 Document how to produce release binaries for libbson & mongoc
- Closed