Bug 1074548: lazy-allocate webrtc trace buffers in RELEASE_BUILDs r=ted

This commit is contained in:
Randell Jesup 2014-09-30 16:11:16 -04:00
parent 02bb2d0f9a
commit b7f16a9053

View File

@ -31,7 +31,7 @@ gyp_vars = {
'use_openssl': 0,
# saves 4MB when webrtc_trace is off
'enable_lazy_trace_alloc': 0,
'enable_lazy_trace_alloc': 1 if CONFIG['RELEASE_BUILD'] else 0,
'use_x11': 1 if CONFIG['MOZ_X11'] else 0,
'use_glib': 1 if CONFIG['GLIB_LIBS'] else 0,