Hello!

When I had a deeper look into VDR, I wondered why there seems 
to be no debugging facility. I added the following to VDR's Makefile:

debug: CFLAGS += -DDEBUG -ggdb3 -O0
debug: CXXFLAGS += -DDEBUG -ggdb3 -O0
debug: all

... so "make debug" creates an executable where no variables 
are optimized out and and no statements are reordered.
I guess this could be useful for other people as well.
Or did I miss something and this is already included somewhere?

Ciao,
                Eike

PS: Sorry, I misdirected this mail to vdr-ow...@linuxtv.org first.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to