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:
parent
5a1a234855
commit
e10fa6dc91
19 changed files with 183 additions and 7 deletions
5
trunk/configure
vendored
5
trunk/configure
vendored
|
@ -193,6 +193,11 @@ if [[ $SRS_OSX != YES && $SRS_RTC == YES && $SRS_FFMPEG_FIT == YES ]]; then
|
|||
SrsLinkOptions="${SrsLinkOptions} -lrt";
|
||||
fi
|
||||
|
||||
# The backtrace symbol option.
|
||||
if [[ $SRS_BACKTRACE == YES ]]; then
|
||||
SrsLinkOptions="${SrsLinkOptions} -rdynamic";
|
||||
fi
|
||||
|
||||
#####################################################################################
|
||||
# Modules, compile each module, then link to binary
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue