CARB_DEBUG
Defined in carb/Defines.h
- 
CARB_DEBUG
- A macro indicating whether the current compilation unit is built in debug mode. Always defined as either 0 or 1. Can be overridden by defining before this file is included or by passing on the compiler command line. Defined as - 0if- NDEBUGis defined;- 1otherwise.