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

refine code by winlin, for merged from allspace.

This commit is contained in:
winlin 2014-11-27 15:22:39 +08:00
parent 1855c9429c
commit 18c308248e
11 changed files with 416 additions and 539 deletions

7
trunk/configure vendored
View file

@ -299,10 +299,9 @@ END
GDBDebug=" -g -O0"
# the warning level.
WarnLevel=" -Wall"
# the compile standard.
if [ "$MSYSTEM" != "MINGW32" -a "$MSYSTEM" != "MINGW64" ]; then
CppStd="-ansi"
fi
# the compile in c++ standard.
# @remark, donot specifies it for mingw.
CppStd="-ansi" && echo $MSYSTEM|grep "MINGW">/dev/null && CppStd=""
# for library compile
LibraryCompile=" -fPIC"
# performance of gprof