1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

disable glibc memory check

This commit is contained in:
winlin 2017-01-23 18:06:30 +08:00
parent 7057bb1ef5
commit 38a683fe14

View file

@ -191,8 +191,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/**
* whether ensure glibc memory check.
*/
#undef SRS_PERF_GLIBC_MEMORY_CHECK
#define SRS_PERF_GLIBC_MEMORY_CHECK
#undef SRS_PERF_GLIBC_MEMORY_CHECK
#endif