From c7e7878d9e524d975c456b1ed10f49f625749242 Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 9 Dec 2010 15:41:35 +0000 Subject: [PATCH] no memguard --- src/CONFIG_STREAM | 4 ---- src/Makefile | 6 ------ 2 files changed, 10 deletions(-) diff --git a/src/CONFIG_STREAM b/src/CONFIG_STREAM index f5dd06f..8912f50 100644 --- a/src/CONFIG_STREAM +++ b/src/CONFIG_STREAM @@ -67,10 +67,6 @@ endif # by "static IoccrfReg iocshReg;" # LOADABLE_MODULE = YES -# Want to add some memory tracing -# to find memory leaks? -# USE_MEMGUARD = YES - # Sources of Stream Kernel # Do not modify diff --git a/src/Makefile b/src/Makefile index 363285c..b08df3f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -72,12 +72,6 @@ endif LIB_LIBS += $(EPICS_BASE_IOC_LIBS) -ifeq ($(USE_MEMGUARD),YES) -# memguard looks for memory leaks (gcc only) -CPPFLAGS += -include ../memguard.h -LIB_SRCS += memguard.cc -endif - INC += devStream.h include $(TOP)/configure/RULES