I build my project with "./configure CFLAGS=-g3" , also tried "make CFLAGS=-g3". when I load slim.exe with ddd, it say no debug symbols are found.
How can I create slim.exe with debug symbols, and I load it to ddd and perform debugging?
is there any chance that debug is disabled in configure.ac ?
I am not familiar with automaketools and Linux, now using cygwin on windows. I searched solutions, but failed.
could anyone point out my mistakes? many thanks in advance