G_ABORT_ON_FAILED_ASSUME

True when a failed Assume() should abort rather than continue.

Synopsis

Declared in <util/check.h>

inline constexpr bool G_ABORT_ON_FAILED_ASSUME = {G_FUZZING_BUILD ||
#ifdef ABORT_ON_FAILED_ASSUME
    true
#else
    false
#endif
};