What's the “DNS_BLOCK_ASSERTIONS” (C compiler flag)?

血红的双手。 提交于 2019-11-27 20:50:49

问题


What's the "DNS_BLOCK_ASSERTIONS" (C compiler flag)?


回答1:


The NS_BLOCK_ASSERTIONS macro (no "D") suppresses the checks performed by NSAssert. You supply it to the compiler using -DNS_BLOCK_ASSERTIONS (see the comments for an explanation of the "D").



来源:https://stackoverflow.com/questions/2752574/whats-the-dns-block-assertions-c-compiler-flag

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