|
| From: | Hrvoje Niksic |
| Subject: | Re: [Bug-wget] Debugging WGET |
| Date: | Fri, 15 Oct 2010 07:52:42 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
Rahul Prasad <address@hidden> writes: > I was reading about gdb and found gcc -g myprogram.c generates a a.out file > which can be debug using gdb. > But we use make to compile wget. > How do we compile wget for debugging? Try something along the lines of make clean; make CFLAGS=-g .
| [Prev in Thread] | Current Thread | [Next in Thread] |