Open Boarders opened 3 years ago
Previously we were statically linking but doing that with glibc is a big problem (see here). It is recommended instead to use musl for static linking.
glibc
Definitely something to look into.
Can we change the linking target from glibc to musl by specifying an option in the cabal.project or makefile?
musl
cabal.project
makefile
Previously we were statically linking but doing that with
glibc
is a big problem (see here). It is recommended instead to use musl for static linking.