正在显示
2 个修改的文件
包含
4 行增加
和
1 行删除
| @@ -92,7 +92,9 @@ WarnLevel=" -Wall" | @@ -92,7 +92,9 @@ WarnLevel=" -Wall" | ||
| 92 | # the compile standard. | 92 | # the compile standard. |
| 93 | CppStd="-ansi" | 93 | CppStd="-ansi" |
| 94 | # for library compile | 94 | # for library compile |
| 95 | -LibraryCompile=" -fPIC" | 95 | +if [[ $SRS_EXPORT_LIBRTMP_PROJECT == YES ]]; then |
| 96 | + LibraryCompile=" -fPIC" | ||
| 97 | +fi | ||
| 96 | # performance of gprof | 98 | # performance of gprof |
| 97 | SrsGprof=""; SrsGprofLink=""; if [ $SRS_GPROF = YES ]; then SrsGprof=" -pg -lc_p"; SrsGprofLink=" -pg"; fi | 99 | SrsGprof=""; SrsGprofLink=""; if [ $SRS_GPROF = YES ]; then SrsGprof=" -pg -lc_p"; SrsGprofLink=" -pg"; fi |
| 98 | # performance of gperf | 100 | # performance of gperf |
-
请 注册 或 登录 后发表评论