I'm running 4.1.1 in windows compiled by the minGW tools. I'm using Cygwin's gdb to try to debug a crashing program but it says there are no symbols in the file.

How do I enable keeping the symbol table in the executable in this environment?

Thanks