CARB_RELEASE_ASSERT_ENABLED#
Defined in carb/Defines.h
-
CARB_RELEASE_ASSERT_ENABLED#
Indicates whether release asserts are enabled. May be overridden by defining this before including this file. If not overridden, this is set to
1
always. If this is a non-zero value andCARB_RELEASE_ASSERT
is not defined,CARB_RELEASE_ASSERT
will receive the default implementation. See.