mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
update gitignore
This commit is contained in:
1
trunk/.gitignore
vendored
1
trunk/.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
.idea/
|
.idea/
|
||||||
/*.conf
|
/*.conf
|
||||||
|
/*.flv
|
||||||
/doc/frozen*.flv
|
/doc/frozen*.flv
|
||||||
/doc/kungfupanda*.flv
|
/doc/kungfupanda*.flv
|
||||||
/doc/time*.flv
|
/doc/time*.flv
|
||||||
|
|||||||
4
trunk/configure
vendored
4
trunk/configure
vendored
@@ -92,7 +92,9 @@ WarnLevel=" -Wall"
|
|||||||
# the compile standard.
|
# the compile standard.
|
||||||
CppStd="-ansi"
|
CppStd="-ansi"
|
||||||
# for library compile
|
# for library compile
|
||||||
LibraryCompile=" -fPIC"
|
if [[ $SRS_EXPORT_LIBRTMP_PROJECT == YES ]]; then
|
||||||
|
LibraryCompile=" -fPIC"
|
||||||
|
fi
|
||||||
# performance of gprof
|
# performance of gprof
|
||||||
SrsGprof=""; SrsGprofLink=""; if [ $SRS_GPROF = YES ]; then SrsGprof=" -pg -lc_p"; SrsGprofLink=" -pg"; fi
|
SrsGprof=""; SrsGprofLink=""; if [ $SRS_GPROF = YES ]; then SrsGprof=" -pg -lc_p"; SrsGprofLink=" -pg"; fi
|
||||||
# performance of gperf
|
# performance of gperf
|
||||||
|
|||||||
Reference in New Issue
Block a user