June 09, 2013 [Issue 10316] New: DMD does not link against debug c runtime with -debug on x64 windows | ||||
---|---|---|---|---|
| ||||
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 --- Comment #0 from Benjamin Thaut <code@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: ------- |
June 09, 2013 [Issue 10316] DMD does not link against debug c runtime with -debug on x64 windows | ||||
---|---|---|---|---|
| ||||
Posted in reply to Benjamin Thaut | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation