From 0ad4b65a56e4d31af013b320d0711092029c00f5 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 13 Jun 2017 16:20:00 +0800 Subject: [PATCH] Disable valgrind for osx. --- trunk/auto/options.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index 768685994..df85b23ae 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -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.