mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support disable valgrind
This commit is contained in:
parent
89a5fa69d1
commit
cdfded6a74
5 changed files with 96 additions and 114 deletions
5
trunk/configure
vendored
5
trunk/configure
vendored
|
@ -636,6 +636,11 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then
|
|||
else
|
||||
echo -e "${GREEN}Note: The mips-ubuntu12 is disabled.${BLACK}"
|
||||
fi
|
||||
if [ $SRS_VALGRIND = YES ]; then
|
||||
echo -e "${GREEN}The valgrind is enabled.${BLACK}"
|
||||
else
|
||||
echo -e "${GREEN}Note: The valgrind is disabled.${BLACK}"
|
||||
fi
|
||||
# add each modules for application
|
||||
for SRS_MODULE in ${SRS_MODULES[*]}; do
|
||||
echo -e "${GREEN}Enable module: $SRS_MODULE${BLACK}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue