mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
bug 112470 TIMELINE and TRACE_MALLOC ON by default for debug builds
This commit is contained in:
parent
626883283d
commit
bbd21bbf03
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user