Add checks for FORCE_BUILD_REFCNT_LOGGING & NO_BUILD_REFCNT_LOGGING per http://lxr.mozilla.org/seamonkey/source/xpcom/doc/MemoryTools.html .

git-svn-id: svn://10.0.0.236/trunk@75380 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-08-02 02:42:54 +00:00
parent 80c961899e
commit a53e5b86ae

View File

@@ -451,6 +451,14 @@ PROF_FLAGS = $(OS_GPROF_FLAGS) -DMOZILLA_GPROF
endif
endif
ifdef FORCE_BUILD_REFCNT_LOGGING
DEFINES += -DFORCE_BUILD_REFCNT_LOGGING
endif
ifdef NO_BUILD_REFCNT_LOGGING
DEFINES += -DNO_BUILD_REFCNT_LOGGING
endif
######################################################################
GARBAGE += $(DEPENDENCIES) $(MKDEPENDENCIES) $(MKDEPENDENCIES).bak core $(wildcard core.[0-9]*) $(wildcard *.err) $(wildcard *.pure) $(wildcard *_pure_*.o) Templates.DB