February 10, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12127

           Summary: DMD-Win64 needs an option to omit a CRT reference
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: turkeyman@gmail.com


--- Comment #0 from Manu <turkeyman@gmail.com> 2014-02-09 21:14:00 PST ---
DMD needs an option equivalent to /Zl to omit placing a reference to a particular CRT in object files.

In many cases where the choice of CRT is irrelevant to your code, is it normal to compile with this option to prevent likely linking errors when linking against libraries which may have conflicting CRT references.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------