mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +03:00
Adjusted to take in account that...
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug)
This commit is contained in:
parent
065047dc62
commit
2c16681225
19 changed files with 59 additions and 45 deletions
|
|
@ -2857,6 +2857,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
static const struct feat feats[] = {
|
||||
{"AsynchDNS", CURL_VERSION_ASYNCHDNS},
|
||||
{"Debug", CURL_VERSION_DEBUG},
|
||||
{"TrackMemory", CURL_VERSION_CURLDEBUG},
|
||||
{"GSS-Negotiate", CURL_VERSION_GSSNEGOTIATE},
|
||||
{"IDN", CURL_VERSION_IDN},
|
||||
{"IPv6", CURL_VERSION_IPV6},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue