www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12127] New: DMD-Win64 needs an option to omit a CRT reference

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



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: -------
Feb 09 2014