www.digitalmars.com         C & C++   DMDScript  

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

reply d-bugmail puremagic.com writes:
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 puremagic.com
        ReportedBy: code benjamin-thaut.de



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: -------
Jun 09 2013
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10316


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla digitalmars.com
           Severity|normal                      |enhancement


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