[Issue 10316] New: DMD does not link against debug c runtime with -debug on x64 windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 9 07:13:16 PDT 2013


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: nobody at puremagic.com
        ReportedBy: code at benjamin-thaut.de


--- Comment #0 from Benjamin Thaut <code at 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: -------


More information about the Digitalmars-d-bugs mailing list