mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1074548: lazy-allocate webrtc trace buffers in RELEASE_BUILDs r=ted
This commit is contained in:
parent
02bb2d0f9a
commit
b7f16a9053
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user