winlin

Merge branch '1.0release'

@@ -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