Enabling boehm leak detector, r=dp bug#15906

This commit is contained in:
jevering%netscape.com 1999-10-21 21:59:15 +00:00
Родитель 6aab04eb9c
Коммит 8aa5c4f8da
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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 = \