Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statically link against musl #167

Open
Boarders opened this issue Nov 30, 2021 · 1 comment
Open

Statically link against musl #167

Boarders opened this issue Nov 30, 2021 · 1 comment

Comments

@Boarders
Copy link
Collaborator

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.

@recursion-ninja
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants