|
|
|
|
|
by maeln
1127 days ago
|
|
You can, but usually, if you really want a binary with no runtime dependencies, most people will just compile their code against musl libc instead. The only issue is that some lib sometime do not compile (or at least without some workaround) with musl. Although it often concern one specific platform (looking at you Mac OS). |
|