mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
Disable valgrind for osx.
This commit is contained in:
parent
b3825c4021
commit
0ad4b65a56
1 changed files with 3 additions and 0 deletions
|
@ -566,6 +566,9 @@ function apply_user_presets() {
|
|||
SRS_GPERF_CP=NO
|
||||
SRS_GPROF=NO
|
||||
SRS_STATIC=NO
|
||||
# valgrind is not supported by macOS sierra, read
|
||||
# https://stackoverflow.com/questions/40650338/valgrind-on-macos-sierra
|
||||
SRS_VALGRIND=NO
|
||||
fi
|
||||
|
||||
# if dev specified, open features if possible.
|
||||
|
|
Loading…
Reference in a new issue