cfg_dev.mk, defs.mk: Comment out USE_MPATROL and USE_DMALLOC

This commit is contained in:
Jan Lindemann 2002-10-06 19:37:51 +00:00 committed by Jan Lindemann
commit cff94a55a4
2 changed files with 3 additions and 3 deletions

View file

@ -47,10 +47,10 @@ FTP_PUB_DIR_ABS = $(JANNET_PROJ_DIR)/$(PROJECT)
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
COMPILE_DEBUG_CODE = true
#USE_DBMALLOC = true
USE_DMALLOC = true
#USE_DMALLOC = true
#USE_MEMWATCH = true
#USE_EFENCE = true
USE_MPATROL = true
#USE_MPATROL = true
USE_COMPILER_DEBUG_OPTS = true
#USE_COMPILER_OPTIMIZATION = true
USE_TRACING = true

View file

@ -185,7 +185,7 @@ endif
ifeq ($(USE_MPATROL),true)
PROJECT_CFLAGS += -include $(MODDIR)/include/mpatrol.h
#PROJECT_CPPFLAGS += -include $(MODDIR)/include/mpatrol.h
PROJECT_LDFLAGS += -lmpatrolmt
PROJECT_LDFLAGS += -lmpatrolmt -lbfd -liberty
endif
ifeq ($(USE_TIMER),true)