http://d.puremagic.com/issues/show_bug.cgi?id=7044
--- Comment #7 from Walter Bright <[email protected]> 2013-01-08 12:44:18 PST --- This is getting complex enough that I have to go back to basics and point out that all dmd is doing is building a command line that is sent to gcc to do the actual work. So I suggest, why not, when your needs for the command line are this complex, simply use gcc to do the link step instead of passing through dmd as an intermediary? To see what command dmd formulates and passes to gcc, compile with -verbose. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
