1
0
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:
hniksic 2003-11-02 13:15:57 -08:00
parent 095d89995e
commit 12693decd1

View File

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