Define WITH_AVS_COAP_POISONING

Define Documentation

WITH_AVS_COAP_POISONING

Enable poisoning of unwanted symbols when compiling avs_coap.

Requires a compiler that supports #pragma GCC poison.

This is mostly useful during development, to ensure that avs_commons do not attempt to call functions considered harmful in this library, such as printf. This is not guaranteed to work as intended on every platform.