From dcc05f9bd6ca574d6619088bec18bdef9ab585ef Mon Sep 17 00:00:00 2001 From: neverchanje Date: Tue, 16 Oct 2018 11:21:04 +0800 Subject: [PATCH] refine shell usage of --disable_gperf --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index e5db609449..13f86f9f44 100755 --- a/run.sh +++ b/run.sh @@ -51,7 +51,8 @@ function usage_build() echo " --enable_gcov generate gcov code coverage report, default no" echo " -v|--verbose build in verbose mode, default no" echo " --notest build without building unit tests, default no" - echo " --disable_gperf build without gperftools, default no" + echo " --disable_gperf build without gperftools, this flag is mainly used" + echo " to enable valgrind memcheck, default no" if [ "$ONLY_BUILD" == "NO" ]; then echo " -m|--test_module specify modules to test, split by ','," echo " e.g., \"dsn.core.tests,dsn.tests\","