Visual 2012 C++ - the same static lib for debug and release

喜你入骨 提交于 2019-12-13 04:46:02

问题


Is it possible to create on static library for release and debug project? Unfortunately I need to store some libs in git repository and I want to avoid storing to much binary code in repository. My idea was to create some universal lib for release and debug, but for now I meet problems related to: "mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0'".

Thanks for any suggestions.

Pawel

来源:https://stackoverflow.com/questions/19512430/visual-2012-c-the-same-static-lib-for-debug-and-release

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!