In case you have a bunch of dlls served by a third party as dependencies to your system , before going live you want to check to see if all the dependencies are built in release mode .
I found a nice tool which let you see :
1) Compilation mode Debug\Release.
2) .NET Assembly full name
3) .NET Assembly references recursively
You can find it here: http://assemblyinformation.codeplex.com/