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

Build: Refine build script.

This commit is contained in:
winlin 2022-10-12 20:21:23 +08:00
parent 21b9345387
commit d9cf874033
4 changed files with 10 additions and 1 deletions

2
trunk/configure vendored
View file

@ -83,7 +83,7 @@ END
# enable gdb debug
GDBDebug=" -g -O0"
# the warning level.
WarnLevel=" -Wall -Wno-deprecated-declarations"
WarnLevel=" -Wall"
# the compile standard.
CppStd="-ansi"
if [[ $SRS_CXX11 == YES ]]; then