1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

build gperftools

This commit is contained in:
winlin 2014-03-06 14:10:45 +08:00
parent 34e913c58f
commit 0b17b2a481
4 changed files with 36 additions and 0 deletions

5
trunk/configure vendored
View file

@ -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