I am building and running my project in Release and I do not want to build with Debug info.
But when I run the project I get the same error as in this question: debugging information cannot be found or does not match visual studio's
Debugging information for 'foo.exe' cannot be found or does not match. Binary was not built with debug information.
How can I tell Visual Studio 2010 to stop trying to find Debug info in Release?
EDIT:
I'm working in C++. It's interesting, I did start noticing this when I linked in a .dll built from another one of my projects. I wonder if it could have to do with this?