From: wessels <> Date: Sat, 18 Jul 1998 13:54:56 +0000 (+0000) Subject: debugging X-Git-Tag: SQUID_3_0_PRE1~3048 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=724e870880bd86b887661a56a2760bf7437e3208;p=thirdparty%2Fsquid.git debugging --- diff --git a/test-suite/Makefile b/test-suite/Makefile index 839b6e0ac1..aee1feab32 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -O3 -I../include -I../src +CFLAGS = -g -Wall -I../include -I../src OBJS = membanger.o hash.o SizeToPool.o LIB = -L. -lMem TARGLIB = libMem.a