PCG
PCG copied to clipboard
Statically link against `musl`
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.
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?