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:
parent
21b9345387
commit
d9cf874033
4 changed files with 10 additions and 1 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue