mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 12:21:55 +00:00
update gitignore
This commit is contained in:
parent
15dfb0957c
commit
b7dd764920
2 changed files with 4 additions and 1 deletions
1
trunk/.gitignore
vendored
1
trunk/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
.idea/
|
||||
/*.conf
|
||||
/*.flv
|
||||
/doc/frozen*.flv
|
||||
/doc/kungfupanda*.flv
|
||||
/doc/time*.flv
|
||||
|
|
4
trunk/configure
vendored
4
trunk/configure
vendored
|
@ -92,7 +92,9 @@ WarnLevel=" -Wall"
|
|||
# the compile standard.
|
||||
CppStd="-ansi"
|
||||
# for library compile
|
||||
LibraryCompile=" -fPIC"
|
||||
if [[ $SRS_EXPORT_LIBRTMP_PROJECT == YES ]]; then
|
||||
LibraryCompile=" -fPIC"
|
||||
fi
|
||||
# performance of gprof
|
||||
SrsGprof=""; SrsGprofLink=""; if [ $SRS_GPROF = YES ]; then SrsGprof=" -pg -lc_p"; SrsGprofLink=" -pg"; fi
|
||||
# performance of gperf
|
||||
|
|
Loading…
Reference in a new issue