mirror of
https://github.com/moparisthebest/curl
synced 2025-01-04 18:38:03 -05:00
Added '-d' option for Watt-32 debugging.
This commit is contained in:
parent
7795eb6db8
commit
bf98b635cd
@ -93,9 +93,14 @@ int main(int argc, char **argv)
|
|||||||
WSAStartup(wVersionRequested, &wsaData);
|
WSAStartup(wVersionRequested, &wsaData);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
while ((ch = ares_getopt(argc, argv, "vh?")) != -1)
|
while ((ch = ares_getopt(argc, argv, "dvh?")) != -1)
|
||||||
switch (ch)
|
switch (ch)
|
||||||
{
|
{
|
||||||
|
case 'd':
|
||||||
|
#ifdef WATT32
|
||||||
|
dbug_init();
|
||||||
|
#endif
|
||||||
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
verbose++;
|
verbose++;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user