Newer
Older
dub_jkp / changelog / ldc2.dd
@Martin Kinkelin Martin Kinkelin on 7 Sep 2019 380 bytes Changelog follow-up to #1755
  1. Improved support for LDC, incl. cross-compilation
  2.  
  3. The ldc2 driver now supports
  4. * some more command-line options (coverage, profiling, keeping stack frame),
  5. * separate linking,
  6. * cross-compilation by specifying the target triple (LDC `-mtriple`) as `--arch`, e.g., `--arch=x86_64-pc-windows-msvc`.
  7. Check out https://wiki.dlang.org/Cross-compiling_with_LDC for how to setup LDC.