I want to deploy the release version of my application done in C#.
When I build using the Release config, I still can see that .pdb files a
Release
.pdb
Having the compiler generate a .pdb file is not mutually exclusive to having it optimize the code.
For more info on this subject, read these blog entries.