PCG icon indicating copy to clipboard operation
PCG copied to clipboard

Statically link against `musl`

Open Boarders opened this issue 4 years ago • 1 comments

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.

Boarders avatar Nov 30 '21 22:11 Boarders

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?

recursion-ninja avatar Nov 30 '21 23:11 recursion-ninja