打开vc设置中release下的调试信息生成选项

本文介绍如何在VC++项目中配置生成PDB文件,包括选择正确的配置、设置调试信息选项、链接器选项以及优化参数等步骤,帮助开发者更好地进行调试。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 In your VC++ project, go to Project | Settings. Make sure the Release configuration is selected in theSettings For combobox on the left. Go to the C/C++ tab, select the General category, and selectProgram Database in the Debug Info combobox. This tells the compiler to generate debug information

Go to the Link tab and check Generate debug info. This tells the linker to collate debug information into .pdb files. The linker also puts the name of the .pdb file in the executable, so the debugger can find it.

On the same Link tab, enter /OPT:REF at the end of the Project Options list. This tells the linker to eliminate functions and/or data that are never referenced. This is the usually the default for release builds, but it gets turned off when you tell the linker to generate debug information. Failing to specify/OPT:REF will cause your executables and DLLs to get 10-20% larger

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值