[Issue 19194] version for `-mscrtlib` specification
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 27 06:12:56 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19194
Nicholas Wilson <iamthewilsonator at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iamthewilsonator at hotmail.co
| |m
--- Comment #1 from Nicholas Wilson <iamthewilsonator at hotmail.com> ---
Is it enough to just pass `-debug=mscrtlib` along with
`-mscrtlib=libcmtd/msvcrtd`?
the do
version(Windows)
{
debug(mscrtlib)
enum = _ITERATOR_DEBUG_LEVEL = 2;
else
enum = _ITERATOR_DEBUG_LEVEL = 0;
}
this could be done automatically, of course but in the mean time the above
should work.
--
More information about the Digitalmars-d-bugs
mailing list