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

Asan: Refine asan warning message for macOS.

PICK 7bdb7270cf
This commit is contained in:
winlin 2022-12-31 19:27:21 +08:00
parent 3f7c4a7ff4
commit 6ad7787c14
4 changed files with 15 additions and 1 deletions

View file

@ -16,6 +16,6 @@ COPY . /srs
WORKDIR /srs/trunk
# Note that we must enable the gcc7 or link failed.
RUN ./configure --srt=on --gb28181=on --apm=on --h265=on --utest=on --gcov=on --sanitizer=off
RUN ./configure --srt=on --gb28181=on --apm=on --h265=on --utest=on --gcov=on --sanitizer=on
RUN make utest ${MAKEARGS}