Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
refine shell usage of --disable_gperf
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Oct 16, 2018
1 parent 41b3f00 commit dcc05f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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\","
Expand Down

0 comments on commit dcc05f9

Please sign in to comment.