本文主要是介绍Error D8016 '/ZI' and '/Gy-' command-line options are incompatible,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
错误原型:
VS2015, 1>cl : Command line error D8016: '/ZI' and '/Gy-' command-line options are incompatible
解决办法:
右键点击工程——》properties——》C/C++——》Debug Information Format——》select:Program Database(/Zi)
如下图:
这篇关于Error D8016 '/ZI' and '/Gy-' command-line options are incompatible的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!