functions were compiled because no usable IPDB/IOBJ from previous compilation was found
修改链接器的优化选项即可。
将:
链接器——>优化——>链接时间代码生成——>使用快速链接时间代码生成(/LTCG:incremental)。
改为:
链接器——>优化——>链接时间代码生成——>使用链接时间代码生成(/LTCG)。
functions were compiled because no usable IPDB/IOBJ from previous compilation was found 解决方法
最新推荐文章于 2021-11-25 11:31:36 发布