Newer
Older
dub_jkp / changelog / ldc2.dd
@Martin Kinkelin Martin Kinkelin on 7 Sep 2019 380 bytes Changelog follow-up to #1755
Improved support for LDC, incl. cross-compilation

The ldc2 driver now supports
* some more command-line options (coverage, profiling, keeping stack frame),
* separate linking,
* cross-compilation by specifying the target triple (LDC `-mtriple`) as `--arch`, e.g., `--arch=x86_64-pc-windows-msvc`.
  Check out https://wiki.dlang.org/Cross-compiling_with_LDC for how to setup LDC.