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
CARB_DEBUG
. If this is overridden to a non-zero value andCARB_ASSERT
is not defined,CARB_ASSERT
will receive the default implementation. See.