diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-22 10:00:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-22 10:00:37 +0000 |
commit | e76c960624e9bb2a0f596f949c995113ded61cf2 (patch) | |
tree | 4c943cce627385004209b67b56f62d8f7487cb95 /lib/README.memoryleak | |
parent | 416c92cc6fe38899f6a13db82603f589c2c55245 (diff) |
CURLDEBUG, not MALLOCDEBUG
Diffstat (limited to 'lib/README.memoryleak')
-rw-r--r-- | lib/README.memoryleak | 2 |
1 files changed, 1 insertions, 1 deletions
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 |