Grim Maple
Grim Maple
I were about to suggest both using `strip` (honestly, it's very powerful), and using shared libraries. IIRC, dmd links in druntime and phobos in by default 4MB is fairly OK...
I think I'm against public imports, but feel free to submit a PR, I'll merge it
Hi! Actually, there's `std.zlib` and that's where the dependency probably comes from. Have you checked if anything that uses `std.zlib` compiles? eg ```d import std.zlib; void main() { compress("whatever"); }...
As per freetype, as far as I understand, dlangui depends on `bindbc-freetype` and it _should_ bring in the library when you `dub`. I main Windows 11, so I don't build...
Thank you for your report! I'll try investigating this once I get a chance to work on Ubuntu