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:
parent
1855c9429c
commit
18c308248e
11 changed files with 416 additions and 539 deletions
7
trunk/configure
vendored
7
trunk/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue