From e76c960624e9bb2a0f596f949c995113ded61cf2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 Jul 2003 10:00:37 +0000 Subject: [PATCH] CURLDEBUG, not MALLOCDEBUG --- lib/README.memoryleak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/README.memoryleak b/lib/README.memoryleak index 8fe2db78a..552836385 100644 --- a/lib/README.memoryleak +++ b/lib/README.memoryleak @@ -17,7 +17,7 @@ Single-threaded Build - Rebuild libcurl with -DMALLOCDEBUG (usually, rerunning configure with + Rebuild libcurl with -DCURLDEBUG (usually, rerunning configure with --enable-debug fixes this). 'make clean' first, then 'make' so that all files actually are rebuilt properly. It will also make sense to build libcurl with the debug option (usually -g to the compiler) so that debugging