Skip to content

Commit

Permalink
Configure: print enabled/disable sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhihong committed Jan 3, 2024
1 parent 2a2da22 commit fbf27ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions trunk/configure
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,12 @@ if [[ $SRS_VALGRIND == YES ]]; then
else
echo -e "${GREEN}Note: The valgrind is disabled.${BLACK}"
fi
if [[ $SRS_SANITIZER == YES ]]; then
echo -e "${GREEN}The sanitizer is enabled.${BLACK}"
else
echo -e "${GREEN}Note: The sanitizer is disabled.${BLACK}"
fi

# add each modules for application
for SRS_MODULE in ${SRS_MODULES[*]}; do
echo -e "${GREEN}Enable module: $SRS_MODULE${BLACK}"
Expand Down

0 comments on commit fbf27ef

Please sign in to comment.