mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Revert DEBUG_MALLOC to undefined.
This commit is contained in:
parent
095d89995e
commit
12693decd1
@ -33,7 +33,7 @@ so, delete this exception statement from your version. */
|
||||
/* Define this if you want primitive but extensive malloc debugging.
|
||||
It will make Wget extremely slow, so only do it in development
|
||||
builds. */
|
||||
#define DEBUG_MALLOC
|
||||
#undef DEBUG_MALLOC
|
||||
|
||||
/* When DEBUG_MALLOC is not defined (which is normally the case), the
|
||||
allocation functions directly map to *_real wrappers. In the
|
||||
|
Loading…
Reference in New Issue
Block a user