CARB_ASAN_ENABLED

Defined in carb/Defines.h

CARB_ASAN_ENABLED

A macro defined as 1 if a GNU toolchain is building the current file with -fsanitize=address, that is, if both CARB_COMPILER_GNUC is 1 and __SANITIZE_ADDRESS__ is defined; 0 otherwise. May be overridden by defining a different value before including this file or by specifying a different value on the compiler command line.