1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

CURLDEBUG, not MALLOCDEBUG

This commit is contained in:
Daniel Stenberg 2003-07-22 10:00:37 +00:00
parent 416c92cc6f
commit e76c960624

View File

@ -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