All 432 functions were compiled because no usable IPDB/IOBJ from previous compilation was found


解决方法:

将:

链接器——>优化——>链接时间代码生成——>使用快速链接时间代码生成(/LTCG:incremental)。

改为:

链接器——>优化——>链接时间代码生成——>使用链接时间代码生成(/LTCG)。

 参考:

https://stackoverflow.com/questions/40720537/no-usable-ipdb-iobj-from-previous-compilation-was-found

http://www.itdaan.com/blog/2016/11/21/8e7971c9a145afdb88112f3327688318.html


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM