Am 18.01.2012, 16:35 Uhr, schrieb Jacob Carlborg <[email protected]>:
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).
