mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Disable asan by default. v5.0.192 (#3840)
--------- Co-authored-by: john <hondaxiao@tencent.com>
This commit is contained in:
parent
ba33bb8f8b
commit
56a4ca3f7e
4 changed files with 7 additions and 5 deletions
|
@ -29,7 +29,7 @@ WORKDIR /srs/trunk
|
|||
# Build and install SRS.
|
||||
# Note that SRT is enabled by default, so we configure without --srt=on.
|
||||
# Note that we have copied all files by make install.
|
||||
RUN ./configure --gb28181=on ${CONFARGS} && make ${MAKEARGS} && make install
|
||||
RUN ./configure --sanitizer=off --gb28181=on ${CONFARGS} && make ${MAKEARGS} && make install
|
||||
|
||||
############################################################
|
||||
# dist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue