From f1a4dc53a5b6699e85545e6f0c634f362e1a019f Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 22 Sep 2002 16:33:10 +0000 Subject: [PATCH] Own Tcl 8.3, no tclreadline (buggy!?); use sauce asynch.tcl too. --- base/troglodyte-Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index df294af..6807fe4 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -24,12 +24,13 @@ AUTOS= $(AUTO_HDRS) $(AUTO_SRCS) TARGETS= hbytes.so autocode.tcl autococo.tcl CC_CRYPTO= $(CC) $(CFLAGS) $(CPPFLAGS) -O3 -CPPFLAGS= -I../plocal/include +CPPFLAGS= -I../plocal/include $(TCL_MEM_DEBUG) $(CMDLINE_CPPFLAGS) LDFLAGS= -L../plocal/lib LDLIBS= -lnettle CFLAGS= -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror \ $(OPTIMISE) OPTIMISE= -O2 +TCL_MEM_DEBUG= -DTCL_MEM_DEBUG all: $(TARGETS) $(AUTOS) -- 2.30.2