defs-orig.mk: Kick out electric fence

This commit is contained in:
Jan Lindemann 2001-08-06 13:54:05 +00:00 committed by Jan Lindemann
commit 02a7be7e2f

View file

@ -58,7 +58,7 @@ MEMBERS = $(LIB)($(OBJ))
#PREFIX = ../# CAUTION: This breaks the installation in the project
#MEMWATCH = -DMEMWATCH -DMW_STDIO
#YAMD = yamd-
EFENCE = -lefence
#EFENCE = -lefence
#CFLAGS = -DNDEBUG -O2 -g $(INCLUDE) $(LOCAL_CFLAGS) #production
CFLAGS = -Wall -D_DEBUG_ $(MEMWATCH) -g $(INCLUDE) $(LOCAL_CFLAGS)
CPPFLAGS = -Wall -D_DEBUG_ $(MEMWATCH) -g $(INCLUDE) $(LOCAL_CPPFLAGS)