mirror of
https://github.com/curl/curl.git
synced 2026-08-03 14:30:29 +03:00
curl tool: re-enable MemoryTracking capability on 'src' subdirectory files.
Use same preprocessor logic for curl tool MemoryTracking activation in source files located in 'src' subdirectory as the one used for libcurl sources.
This commit is contained in:
parent
0216e517d0
commit
90080da5fe
20 changed files with 88 additions and 89 deletions
|
|
@ -140,9 +140,7 @@ HEAD
|
|||
if($c) {
|
||||
print <<HEAD
|
||||
#include <zlib.h>
|
||||
#if defined(CURLDEBUG) && defined(CURLTOOLDEBUG)
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
#include "memdebug.h" /* keep this as LAST include */
|
||||
static const unsigned char hugehelpgz[] = {
|
||||
/* This mumbo-jumbo is the huge help text compressed with gzip.
|
||||
Thanks to this operation, the size of this data shrunk from $gzip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue