用EVC编译程序时出现的报警——解决方法:将build方式由Debug改为Release

corelibc.lib(pegwmain.obj) : warning LNK4209: debugging information corrupt; recompile module; linking object as if no debug info
corelibc.lib(crt0dat.obj) : warning LNK4209: debugging information corrupt; recompile module; linking object as if no debug info
corelibc.lib(crt0init.obj) : warning LNK4209: debugging information corrupt; recompile module; linking object as if no debug info

解决方法:Build——Set Active Configuration——双击“……release”。

就是将build方式有debug方式更改为release方式。

原文地址:https://www.cnblogs.com/wuqi1003/p/2746958.html