简体   繁体   中英

Remove .pdb file in visual studio 2010

When I compile a .sln file with visual studio 2010 a .pdb file is generated. How can I disable the creation of the .pdb file?

There is an option in the "Project Properties", "Build", "Advanced...".

Change "Debug Info:" to None.

However, you should only do this if you are sure you don't need them.

It might be better to keep the PDB files, and just copy over the files that you need.

Before changing the setting, please read this .

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