mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
build gperftools
This commit is contained in:
parent
34e913c58f
commit
0b17b2a481
4 changed files with 36 additions and 0 deletions
5
trunk/configure
vendored
5
trunk/configure
vendored
|
@ -311,6 +311,11 @@ if [ $SRS_UTEST = YES ]; then
|
|||
else
|
||||
echo -e "${YELLOW}note: utest for srs are not builded${BLACK}"
|
||||
fi
|
||||
if [ $SRS_GPERF = YES ]; then
|
||||
echo -e "${GREEN}gperf(mem leak detect, mem/cpu perf) for srs are builded${BLACK}"
|
||||
else
|
||||
echo -e "${YELLOW}note: gperf(mem leak detect, mem/cpu perf) for srs are not builded${BLACK}"
|
||||
fi
|
||||
|
||||
#####################################################################################
|
||||
# next step
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue