We have several compiler flags included during our build -
cl -c -MD -nologo -Od /Zc:forScope /Zm800 -EHca -Foemaildoc.obj ...
... followed by several other unrelated flags (mostly -IC). I'm trying to figure out why we're still building .pdb files? Our project is through VS2010, so is there a setting somewhere in the IDE that I need to turn off?
Edit 1:
Turns out this was an environment setting that was getting invoked.