When linking a native image, you specify /RELEASE so that link.exe stamps a checksum on the binary, so windbg doesn't complain about
*** WARNING: Unable to verify checksum for foo.exe
How do I do that for a .NET program? I've looked at the options in CSC.EXE, AL.EXE, but can't find anything like this.