On Thursday, 1 August 2013 at 18:09:54 UTC, H. S. Teoh wrote:
See for yourself: run a disassembler on the result (preferably filtered through ddemangle so the symbols are actually readable) and see what's included and what's not. On Posix, you can use objdump or nm (if you use nm, though, keep in mind that not all symbols correspond with actual code/data, but they do take up a little space in the executable -- at
least enough to store their names).

Done it, see my previous comment here. I do have an idea how to fix it, but
wasn't able to get though dmd code so far :(

Reply via email to