diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-10-09 11:24:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-10-09 11:24:49 +0000 |
commit | fb739ac13024834083df501f65cb46f39bada84f (patch) | |
tree | 01d0d603ea7781b7b65bfda5a358bcf034418590 /src | |
parent | cdd91bed46748ba341176a5cae076e0ce65d62fc (diff) |
Added commented MALLOCDEBUG stuff for memory debugging
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a5aadc260..eb2b47c52 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 |