show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Visual C++ 2008 'Release' build contains debug information

I've noticed that when generating a new C++ project using MS Visual Studio 2008, the Release build contains debugging symbols - specifically the following settings are enabled:

  • The C++/General/Debug Information Format is set to Program Database.
  • The Linker/Debugging/Generate Debug Info setting is set to Yes.

I have never noticed this on earlier releases of Visual Studio.

So, other than generating a larger EXE file, is there any downside to leaving these settings enabled?