本文介绍了在Visual Studio中/ Gm和/ ZW之间不兼容的原因是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

/ Gm(启用最小重建)(我不允许在此处插入链接)  for VS2017包含以下声明:


因为增量链接器不支持使用/ ZW(Windows运行时编译)包含在.obj文件中的Windows元数据
选项,/ Gm选项与/ ZW不兼容。


/ ZW(Windows运行时编译) (我不允许在此处插入链接)  重复
同样的评论。


解决方案

/Gm (Enable Minimal Rebuild) (I was not allowed to insert the link here) for VS2017 contains this statement:

Because the incremental linker does not support the Windows metadata included in .obj files by using the /ZW (Windows Runtime Compilation) option, the /Gm option is incompatible with /ZW.

/ZW (Windows Runtime Compilation) (I was not allowed to insert the link here) repeats the same remark.

解决方案


这篇关于在Visual Studio中/ Gm和/ ZW之间不兼容的原因是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 06:59