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

后端 未结 1 1001
难免孤独
难免孤独 2020-12-14 05:46

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

相关标签:
1条回答
  • 2020-12-14 06:43

    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").

    0 讨论(0)
提交回复
热议问题