CURLDEBUG, not MALLOCDEBUG

This commit is contained in:
Daniel Stenberg 2003-07-22 10:00:37 +00:00
parent 416c92cc6f
commit e76c960624
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Single-threaded
Build 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 --enable-debug fixes this). 'make clean' first, then 'make' so that all
files actually are rebuilt properly. It will also make sense to build 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 libcurl with the debug option (usually -g to the compiler) so that debugging