mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
trace: make tracing available in non-debug builds
Add --trace-config to curl Add curl_global_trace() to libcurl Closes #11421
This commit is contained in:
parent
0f49b5bacb
commit
e12b39e133
46 changed files with 1166 additions and 790 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "curl_setup.h"
|
||||
|
||||
#include "curl_log.h"
|
||||
#include "curl_trc.h"
|
||||
|
||||
|
||||
#define CLIENTWRITE_BODY (1<<0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue