Nilesh Patra <[email protected]> writes: > For native packages simply appending -g flag with > gcc would fix it but I'm not sure of a way to propagate this flag with nim.
Please try --debuginfo:on, as listed in nim --fullhelp. Thanks! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[email protected]

