mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Tools: Refine configure options. 4.0.119
This commit is contained in:
parent
9e5c4e2c5b
commit
0c1e60c8df
5 changed files with 104 additions and 162 deletions
5
trunk/configure
vendored
5
trunk/configure
vendored
|
@ -780,6 +780,11 @@ if [ $SRS_GPROF = YES ]; then
|
|||
else
|
||||
echo -e "${GREEN}Note: The gprof(GNU profile tool) is disabled.${BLACK}"
|
||||
fi
|
||||
if [ $SRS_CROSS_BUILD = YES ]; then
|
||||
echo -e "${YELLOW}The cross-build is enabled.${BLACK}"
|
||||
else
|
||||
echo -e "${GREEN}Note: The cross-build is disabled.${BLACK}"
|
||||
fi
|
||||
if [ $SRS_VALGRIND = YES ]; then
|
||||
echo -e "${GREEN}The valgrind is enabled.${BLACK}"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue