LDC 1.13.0
Radu
void at null.pt
Tue Dec 18 10:45:13 UTC 2018
On Sunday, 16 December 2018 at 15:57:25 UTC, kinke wrote:
> Glad to announce LDC 1.13:
>
> * Based on D 2.083.1.
> * The Windows packages are now fully self-sufficient, i.e., a
> Visual Studio/C++ Build Tools installation isn't required
> anymore.
> * Substantial debug info improvements.
> * New command-line option `-fvisibility=hidden` to hide
> functions/globals not marked as export, to reduce the size of
> shared libraries.
>
> Full release log and downloads:
> https://github.com/ldc-developers/ldc/releases/tag/v1.13.0
>
> New Wiki page highlighting cross-compilation:
> https://wiki.dlang.org/Cross-compiling_with_LDC
>
> Thanks to all contributors!
Awesome, thanks!
How can the old visual studio linker be enabled? I tried to
specify it trough -linker but it collides with the dmd linker.exe.
More information about the Digitalmars-d-announce
mailing list