Hacker News new | ask | show | jobs
by cesarb 718 days ago
> If you ship alongside your binary a bundle of eg .o files

You might even be able to use partial linking (ld -r) to ship a single .o file instead of a bunch of them.