]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added commented MALLOCDEBUG stuff for memory debugging
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Oct 2000 11:24:49 +0000 (11:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Oct 2000 11:24:49 +0000 (11:24 +0000)
src/Makefile.am

index a5aadc260acbcad1b084ce1d2e46330d0a4ab3d1..eb2b47c52bfb01a7faa4199dd6d4d428e2045ed0 100644 (file)
@@ -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