static-wine32 icon indicating copy to clipboard operation
static-wine32 copied to clipboard

Idea: statically-link musl instead of dynamically linking glibc

Open RocketHog55 opened this issue 2 years ago • 6 comments
trafficstars

https://musl.libc.org/

Even more static-linking fun, if it can work for this project.

RocketHog55 avatar Mar 30 '23 08:03 RocketHog55

I would consider this, it's a good suggestion. Perhaps there is also a comparable libstdc++? The issue I see is that there will be a C/C++ std lib in every Wine DLL. Could become problematic if the libs are stateful.

MIvanchev avatar Mar 30 '23 16:03 MIvanchev