Release Candidate 2.073.0-rc1

Martin Nowak via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Jan 19 07:21:13 PST 2017


On Thursday, 19 January 2017 at 07:43:29 UTC, Jacob Carlborg 
wrote:
> About the new -mscrt=libname flag. Could we have a more generic 
> name of the flag that would fit for other platforms to specify 
> the C library, i.e. Musl instead of GNU? Or is this something 
> different?

It seems sufficiently different to not worry about a Win only 
switch, it's used for selecting different flavours of MS libcrt 
(threaded, debug...).
IMO we should try to depart with hard-coding linker flags into 
the compiler.
We had some ideas to make the config file more flexible.
https://issues.dlang.org/show_bug.cgi?id=7044#c16
https://issues.dlang.org/show_bug.cgi?id=7044#c30



More information about the Digitalmars-d-announce mailing list