1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Kernel: Support grab backtrace stack when assert fail. v5.0.80

This commit is contained in:
winlin 2022-10-21 23:30:43 +08:00
parent 5a1a234855
commit e10fa6dc91
19 changed files with 183 additions and 7 deletions

View file

@ -68,6 +68,12 @@ else
srs_undefine_macro "SRS_CXX14" $SRS_AUTO_HEADERS_H
fi
if [ $SRS_BACKTRACE = YES ]; then
srs_define_macro "SRS_BACKTRACE" $SRS_AUTO_HEADERS_H
else
srs_undefine_macro "SRS_BACKTRACE" $SRS_AUTO_HEADERS_H
fi
if [ $SRS_RTC = YES ]; then
srs_define_macro "SRS_RTC" $SRS_AUTO_HEADERS_H
else