Wow! Thank you all for your help on mosdepth. No idea who is currently at it, but I just found in mosdepth.nimble
task test, "run the tests": exec "nim c --lineDir:on --debuginfo -r tests/all" which (after adding the paths) may be a nice idea. But somewhat importantly, please add -d:release as seen in scripts/build.sh, which likely eliminates the warning to be building the slow debug version. Many thanks! Steffen On 03.11.20 17:17, Aaron M. Ucko wrote: > Nilesh Patra <[email protected]> writes: > >> Is there something else which can be done to fix it? >> (I'm not sure, but probably overriding dh_dwz will probably void out the >> very reason for appending the --debuginfo option, right?) > Overriding it is perfectly reasonable, and simply means that the debug > info might not be quite as compact. >

