Hacker News new | ask | show | jobs
by xyzzyz 1723 days ago
You can dynamically link during development, and then ship statically linked binary (with LTO etc). That’s what Chrome does, for example.
1 comments

It's not that simple for us (we have tried this).