Comment 7 for bug 380075

Revision history for this message
Sean M. Pappalardo (pegasus-renegadetech) wrote : Re: Windows debug build crash on library operations

Ok, scary: all msvcdebug=1 does is:
- compiles with /MDd (use the debug version of the LIBCMT library)
- links with /DEBUG
- and disables optimizations (doesn't use /O2 /GL compiler flags and /LTCG:STATUS link flag)

I'm thinking the secret is in those missing optimization flags, specifically the LTCG one...