Visual Studio 2008: Release vs. Debug

Some observations:

  • String pooling seems to be enabled in Debug (although not selected)
  • __FILE__ is expanded with relative path in release build, but contains absolute paths in debug mode. The "use full paths" option was set to "no" in Release and Debug

Leave a Reply

You must be logged in to post a comment.