Use -L--export-dynamic by default
> LDC doesn't enforce the ld option --export-dynamic as DMD does, that's why the stacktrace is missing the symbol names (or rather the stack trace generator in druntime not reading from dwarf debuginfo but from the dynamic symbols table IIRC). See also: https://github.com/dlang/dub/issues/1419#issuecomment-375860460 |
---|
|
build.sh |
---|