mirror of
https://github.com/curl/curl.git
synced 2026-06-16 15:15:38 +03:00
add default USE_CURLDEBUG setting
This commit is contained in:
parent
d4480c979d
commit
65cf30e441
1 changed files with 5 additions and 0 deletions
|
|
@ -73,6 +73,11 @@ USE_ARES = 0
|
|||
#
|
||||
USE_DEBUG = 0
|
||||
|
||||
#
|
||||
# Enable memory tracking code in libcurl/curl
|
||||
#
|
||||
USE_CURLDEBUG = 0
|
||||
|
||||
default: all
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue