关于 LINK : warning LNK4075: ignoring /INCREMENTAL due to /option 的连接警告问题

设置 /OPT:REF/OPT:ICF/INCREMENTAL:NO 将禁用“编辑并继续”并发出以下警告:

LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /OPT

specification

设置 /ORDER/RELEASE/FORCE 将禁用“编辑并继续”并发出以下警告:

LINK : warning LNK4075: ignoring /INCREMENTAL due to /option

specification

设置任何禁止创建程序数据库 (.pdb) 文件的选项都会禁用“编辑并继续”,但不给出任何特定警告。

以上是查询MSDN的结果,

解决方法:

可以到Project->Setting->Link下的选项/force给删除。

 

来自http://hi.baidu.com/yunlongchn/blog/item/889a5722ba9f69ad4723e808.html

你可能感兴趣的:(Compile&Link,Error)