|
From: Jeff H. <je...@Ac...> - 2004-02-04 22:09:37
|
> There's also the issue of TCL_MEM_DEBUG with the naming as > well. If you didn't build for symbols, but wanted > TCL_MEM_DEBUG, ./configure with still suffix with 'g'. So This would be addressed with a separate --enable-mem-debugging config option that has been recommended. > -MD (unchecked c-runtime) > -MDd (checked c-runtime) > -Z7 (build with symbols) > > I've never tried -MD with -Z7, in place of -MDd -Z7. It It was recommended on chat that we never bother to build with the -MDd msvcrtd DLL because it really adds no value. We want to allow for symbols builds, and people usually link that with symbols-built msvcrt, but there is no hard req for that. Jeff |