How to check if program was compiled with debug symbols?

Viewed 97755

I'd like to trace some code in GIMP and therefore need GIMP with debug symbols enabled. I don't remember whether I have enabled them during compilation. How to check that without recompiling the program?

2 Answers
Related