Define AVS_COMMONS_UNIT_POSIX_HAVE_BACKTRACE
Defined in File avs_commons_config.h
Define Documentation
-
AVS_COMMONS_UNIT_POSIX_HAVE_BACKTRACE
Enable usage of
backtrace()andbacktrace_symbols()when reporting assertion failures from avs_unit.Requires the afore-mentioned GNU-specific functions to be available.
If this flag is disabled, stack traces will not be displayed with assertion failures.