C# release version has still .pdb file

后端 未结 5 1878
离开以前
离开以前 2020-11-28 22:56

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

5条回答
  •  旧时难觅i
    2020-11-28 23:45

    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.

提交回复
热议问题