зеркало из https://github.com/mozilla/gecko-dev.git
Enabling boehm leak detector, r=dp bug#15906
This commit is contained in:
Родитель
6aab04eb9c
Коммит
8aa5c4f8da
|
@ -80,6 +80,8 @@ DIRS = \
|
|||
rdf \
|
||||
webshell \
|
||||
editor \
|
||||
!if defined(GC_LEAK_DETECTOR)
|
||||
gc\boehm \
|
||||
!endif
|
||||
!if defined(CLIENT_DIRS)
|
||||
# the following are associated with the browser
|
||||
|
|
|
@ -47,6 +47,9 @@ LCFLAGS=-D_IMPL_NS_COM \
|
|||
-DWIN32_LEAN_AND_MEAN \
|
||||
-DEXPORT_XPT_API \
|
||||
-DEXPORT_XPTC_API \
|
||||
!ifdef GC_LEAK_DETECTOR
|
||||
-DGC_LEAK_DETECTOR \
|
||||
!endif
|
||||
-DEXPORT_XPTI_API
|
||||
|
||||
CPP_OBJS = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче