CARB_ASSERT_ENABLED
Defined in carb/Defines.h
-
CARB_ASSERT_ENABLED
Indicates whether asserts are enabled. May be overridden by defining this before including this file. By default, is set to
1
ifCARB_DEBUG
is non-zero. If this is overridden to a non-zero value andCARB_ASSERT
is not defined,CARB_ASSERT
will receive the default implementation.