I find very useful, for common debugging of C++ apps, to build in Release mode (/MD) but with debugging infos (/Zi) and removing optimization (/Od). With this flags I&#39;m able to debug my app but I don&#39;t need to link against Debug libraries.<div>
<br></div><div>giovanni</div>