mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
hotfix to add comments on 1.0release
This commit is contained in:
parent
be53b10ed3
commit
575e50b6e2
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ int main(int argc, char** argv)
|
||||||
// TODO: support both little and big endian.
|
// TODO: support both little and big endian.
|
||||||
srs_assert(srs_is_little_endian());
|
srs_assert(srs_is_little_endian());
|
||||||
|
|
||||||
|
// for gperf gmp or gcp,
|
||||||
|
// should never enable it when not enabled for performance issue.
|
||||||
#ifdef SRS_AUTO_GPERF_MP
|
#ifdef SRS_AUTO_GPERF_MP
|
||||||
HeapProfilerStart("gperf.srs.gmp");
|
HeapProfilerStart("gperf.srs.gmp");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue