http://d.puremagic.com/issues/show_bug.cgi?id=10316

           Summary: DMD does not link against debug c runtime with -debug
                    on x64 windows
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: c...@benjamin-thaut.de


--- Comment #0 from Benjamin Thaut <c...@benjamin-thaut.de> 2013-06-09 07:13:15 
PDT ---
When -debug is specified DMD should ideally link against the microsoft debug
c-runtime so that some of hte nice debugging features inside this debug runtime
can be used. Such as _CrtDbgReport malloc / free with debug checks and others.

Currently DMD always references LIBCMT. It should reference LIBCMTD in debug.

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

Reply via email to