简体   繁体   中英

Remove .pdb file on Visual Studio 2013?

When I compile a .sln file with Visual Studio 2013 a .pdb file is generated. How can I disable the creation of the .pdb file?

In Project Properties see "Configuration Properties -> Linker -> Debugging -> Generate Debug Info".

Also see:

PDB Files - What are they and how to generate them

.net - Release generating .pdb files, why?

Those are relevant to Visual Studio 2013 also. Be sure to read the stackoverflow thread since it has important information.

I found it.

Project -> Properties -> Build

Last category there is Output, click the Advanced button and the Debug info should be none.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM