diff --git a/ares/acountry.c b/ares/acountry.c index e2c3255747475aea9d07b653a65108ed7f0dafba..e7029c8a34e472f7553a2afc6bea814d169ed63c 100644 --- a/ares/acountry.c +++ b/ares/acountry.c @@ -93,9 +93,14 @@ int main(int argc, char **argv) WSAStartup(wVersionRequested, &wsaData); #endif - while ((ch = ares_getopt(argc, argv, "vh?")) != -1) + while ((ch = ares_getopt(argc, argv, "dvh?")) != -1) switch (ch) { + case 'd': +#ifdef WATT32 + dbug_init(); +#endif + break; case 'v': verbose++; break;