Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2017-01-09 15:17:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7dd764920ea810436a0698f4fd7485d835301b0
b7dd7649
1 parent
15dfb095
update gitignore
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
1 行删除
trunk/.gitignore
trunk/configure
trunk/.gitignore
查看文件 @
b7dd764
.idea/
/*.conf
/*.flv
/doc/frozen*.flv
/doc/kungfupanda*.flv
/doc/time*.flv
...
...
trunk/configure
查看文件 @
b7dd764
...
...
@@ -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
...
...
请
注册
或
登录
后发表评论