Skip to content

LDC 1.41.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kinke kinke released this 18 Apr 16:27
20d22b1

Big news

  • Frontend, druntime and Phobos are at version 2.111.0+. (#4877, #4910)
  • Keep frame pointers by default with -O for some targets, notably AArch64 (except Windows), x86_64 (except Windows and glibc Linux), Windows x86, and Android. This fixes druntime backtraces with optimized code (incl. prebuilt druntime/Phobos). (#4889)
  • The prebuilt (non-musl) Linux packages are now generated on Ubuntu 22.04; the minimum glibc version has accordingly been raised from v2.31 to v2.35. (#4893)
  • ldc2.conf: Arrays can now be appended to via the ~= operator. (#4848, #4856)
  • New --installWithSuffix command-line option for the ldc-build-runtime tool, to simplify copying the libraries to an existing LDC installation. (#4870)