C++ Programmer's Cookbook

{C++ 基础} {C++ 高级} {C#界面,C++核心算法} {设计模式} {C#基础}

在release模式下debug

Debug Information to release dlls
 
Text:  There are 3 settings to add debug information to release dlls under project -> Properties. Make sure you change your Configuration to Release and set the following properties.
 
Under Linker Properties  --->  Debug --->
      General Debug Info – Yes (/DEBUG)
      Generate Program Database File  - $(OutDir)/$(ProjectName).pdb

   Linker Properties ---->   Optimization ----->
 References – Eliminate Unreferenced Data (/OPT:REF)

posted on 2007-03-13 14:38 梦在天涯 阅读(2054) 评论(0)  编辑 收藏 引用 所属分类: CPlusPlus


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


公告

EMail:itech001#126.com

导航

统计

  • 随笔 - 461
  • 文章 - 4
  • 评论 - 746
  • 引用 - 0

常用链接

随笔分类

随笔档案

收藏夹

Blogs

c#(csharp)

C++(cpp)

Enlish

Forums(bbs)

My self

Often go

Useful Webs

Xml/Uml/html

搜索

  •  

积分与排名

  • 积分 - 1784876
  • 排名 - 5

最新评论

阅读排行榜