DM linker vs GCC linker?

Marco Leise Marco.Leise at gmx.de
Thu Jan 19 00:40:02 PST 2012


Am 18.01.2012, 16:35 Uhr, schrieb Jacob Carlborg <doob at me.com>:

> How about DMD passing --export-dynamic to GCC if -shared is passed to  
> DMD?

--export-dynamic is required for the symbol names in exception back traces  
and comes from dmd.conf. That said, you can remove it there and enable it  
only for debug builds inside a Makefile to still get meaningful messages  
for failed asserts (back traces with files/line numbers).


More information about the Digitalmars-d mailing list