зеркало из https://github.com/mozilla/pjs.git
bug 112470 TIMELINE and TRACE_MALLOC ON by default for debug builds
This commit is contained in:
Родитель
1e50a8efe1
Коммит
1a5915210d
|
@ -229,6 +229,21 @@ CFLAGS=$(CFLAGS) -D_IMPL_NS_WIDGET
|
|||
#//
|
||||
#//-----------------------------------------------------------------------
|
||||
|
||||
# Default configuration for debug builds
|
||||
!ifdef MOZ_DEBUG
|
||||
|
||||
# turn on MOZ_TIMELINE
|
||||
!ifndef MOZ_TIMELINE_DISABLE
|
||||
MOZ_TIMELINE=1
|
||||
!endif
|
||||
|
||||
# turn on TRACE_MALLOC
|
||||
!ifndef MOZ_TRACE_MALLOC_DISABLE
|
||||
MOZ_TRACE_MALLOC=1
|
||||
!endif
|
||||
|
||||
!endif
|
||||
|
||||
# For modular netlib support.
|
||||
CFLAGS=$(CFLAGS) -DNS_MT_SUPPORTED -DNETLIB_THREAD -DNS_NET_FILE
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче