mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Asan: Set asan loging callback. v5.0.104
This commit is contained in:
parent
41769308d2
commit
8be4c8e334
6 changed files with 39 additions and 1 deletions
|
@ -149,6 +149,11 @@ if [[ $SRS_GPERF_CP == YES ]]; then
|
|||
else
|
||||
srs_undefine_macro "SRS_GPERF_CP" $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
if [ $SRS_SANITIZER_LOG == YES ]; then
|
||||
srs_define_macro "SRS_SANITIZER_LOG" $SRS_AUTO_HEADERS_H
|
||||
else
|
||||
srs_undefine_macro "SRS_SANITIZER_LOG" $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
|
||||
#####################################################################################
|
||||
# for embeded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue