Skip to content
Snippets Groups Projects
Commit fb739ac1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added commented MALLOCDEBUG stuff for memory debugging

parent cdd91bed
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment