From: Daniel Stenberg Date: Mon, 9 Oct 2000 11:24:49 +0000 (+0000) Subject: Added commented MALLOCDEBUG stuff for memory debugging X-Git-Tag: curl-7_4_1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb739ac13024834083df501f65cb46f39bada84f;p=thirdparty%2Fcurl.git Added commented MALLOCDEBUG stuff for memory debugging --- diff --git a/src/Makefile.am b/src/Makefile.am index a5aadc260a..eb2b47c52b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,12 +3,15 @@ # # Some flags needed when trying to cause warnings ;-) -# CFLAGS = -Wall -pedantic +# CFLAGS = -g -DMALLOCDEBUG # -Wall -pedantic #CPPFLAGS = -DGLOBURL -DCURL_SEPARATORS INCLUDES = -I$(top_srcdir)/include -bin_PROGRAMS = curl +bin_PROGRAMS = curl #memtest + +#memtest_SOURCES = memtest.c +#memtest_LDADD = $(top_srcdir)/lib/libcurl.la curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c curl_LDADD = $(top_srcdir)/lib/libcurl.la