Hello, Mikhail Ryazanov, le mer. 02 sept. 2026 16:01:32 -0600, a ecrit: > The size of the last binary package for flite has increased dramatically: > version 2.2-7: ~240 kB (~600 kB installed) > version 2.2-7+b2: ~30 MB (~67 MB installed)
Oh, fun, that's another consequence of parallel builds: the dynamic libraries are not built yet when the binaries are linked, and thus the libflite libraries get linked statically into the binaries instead of dynamically... I had already disabled parallel build for reproducibility reasons in git, that'll fix this bug as well :) Samuel

