mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
* Asan: Disable asan for CentOS and use statically link if possible. v5.0.127 (#3347) 1. Disable asan for all CentOS by default, however user could enable it. 2. Link asan statically if possible. * Update version to v5.0.127 Co-authored-by: winlin <winlin@vip.126.com>
This commit is contained in:
parent
02a18b328c
commit
dd0f398296
6 changed files with 23 additions and 9 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 --sanitizer-static=on ${CONFARGS} && make ${MAKEARGS} && make install
|
||||
RUN ./configure --gb28181=on ${CONFARGS} && make ${MAKEARGS} && make install
|
||||
|
||||
############################################################
|
||||
# dist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue