On Saturday, 7 June 2025 at 10:59:40 UTC, kinke wrote:
Glad to announce LDC 1.41. Major changes:
* Based on D 2.111.0+.
* Support for LLVM 20; the prebuilt packages use v20.1.5.
* Keep frame pointers by default with `-O` for some targets,
analogous to clang. This fixes druntime backtraces with
optimized code (incl. prebuilt druntime/Phobos).
* 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.
Fantastic. Thanks you Martin.
Any specific reason to bump glibc / Ubuntu in prebuild binaries?
(does gcc there is too old or something?)