On Saturday, 14 August 2021 at 02:19:02 UTC, Ki Rill wrote: > * binary size (kb) Regarding the binary size: please make sure that you're using dynamic linking for the D package, as by default it always links statically, while libc and libc++ are always linked dynamically.