no memguard

This commit is contained in:
zimoch
2010-12-09 15:41:35 +00:00
parent 5717dd6345
commit c7e7878d9e
2 changed files with 0 additions and 10 deletions

View File

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

View File

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