正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -155,6 +155,8 @@ int main(int argc, char** argv) | @@ -155,6 +155,8 @@ int main(int argc, char** argv) | ||
155 | // TODO: support both little and big endian. | 155 | // TODO: support both little and big endian. |
156 | srs_assert(srs_is_little_endian()); | 156 | srs_assert(srs_is_little_endian()); |
157 | 157 | ||
158 | + // for gperf gmp or gcp, | ||
159 | + // should never enable it when not enabled for performance issue. | ||
158 | #ifdef SRS_AUTO_GPERF_MP | 160 | #ifdef SRS_AUTO_GPERF_MP |
159 | HeapProfilerStart("gperf.srs.gmp"); | 161 | HeapProfilerStart("gperf.srs.gmp"); |
160 | #endif | 162 | #endif |
-
请 注册 或 登录 后发表评论