On Friday, 2 October 2015 at 19:17:24 UTC, deadalnix wrote: > Do I need to use specific linker flags to have this work ? --export-dynamic if you want function names (now done by default in dmd.conf anyway) and -g if you want file and line numbers; it pulls the info from the debug information.