Hacker News new | ask | show | jobs
by dschatz 3957 days ago
The biggest value is that you don't have a link-time dependency, only compile-time. This means that you don't have to concern yourself with a lot of the versioning problems that plague C++ application deployment simply because your dependency is compiled into the binary.
1 comments

This static linking thing is gonna be the wave of the future!