mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Merge branch '1.0release'
This commit is contained in:
commit
904a06cadf
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ int main(int argc, char** argv)
|
|||
// TODO: support both little and big 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
|
||||
HeapProfilerStart("gperf.srs.gmp");
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue