Post #2798984
2026-04-11 08:18 UTC
Is this why I can't have nice things?
Hello World in:
#go
1.6MB (with go build -ldflags "-s -w" hello.go, without 2.3MB)
#rust
357kB
or
305kB with:
[profile.release]
opt-level = 'z'
lto = true
codegen-units = 1
panic = 'abort'
strip = true
#c
16kB with no options (15kB when striped)
Maybe I should just go watch some 16k Amiga intros
Replies (0)
No replies.