From e15a191f607613571e0b5d1b4069f5993f076ae1 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 22 Jun 2002 16:28:49 +0000 Subject: [PATCH] cfg_dev.mk, cfg_dist.mk: Add USE_DMALLOC --- make/cfg_dev.mk | 1 + make/cfg_dist.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/make/cfg_dev.mk b/make/cfg_dev.mk index de618a3a..60b23066 100644 --- a/make/cfg_dev.mk +++ b/make/cfg_dev.mk @@ -43,6 +43,7 @@ LIBTYPE = static # cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz COMPILE_DEBUG_CODE = true #USE_DBMALLOC = true +USE_DMALLOC = true #USE_MEMWATCH = true #USE_EFENCE = true USE_COMPILER_DEBUG_OPTS = true diff --git a/make/cfg_dist.mk b/make/cfg_dist.mk index 3f76db29..39eaf905 100644 --- a/make/cfg_dist.mk +++ b/make/cfg_dist.mk @@ -42,6 +42,7 @@ LIBTYPE = static # cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz #COMPILE_DEBUG_CODE = true #USE_DBMALLOC = true +#USE_DMALLOC = true #USE_MEMWATCH = true #USE_EFENCE = true #USE_COMPILER_DEBUG_OPTS = true