|
|
|
|
|
by dozzie
2892 days ago
|
|
> I doubt anyone can answer this for you, but why shouldn't it be [popular in the industry at the moment]? Its build system is poor if you want to rebuild the binary from the same
sources (you can't precompile the libraries used), and the statically linked
binary may be nice for a one-off deployment ("fire and forget" mode), but for
repeated deployments and multiple versions running at the same time it reminds
me the Chinese torture "death by a thousand cuts" in what you can't do with
such a binary (dozens of small things that are hard to remember, each on its
own not being enough to go away from static linking, but boy, they do add up). |
|