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

Static/dynamic linking not configurable #104

Open
JD557 opened this issue Mar 24, 2023 · 0 comments
Open

Static/dynamic linking not configurable #104

JD557 opened this issue Mar 24, 2023 · 0 comments

Comments

@JD557
Copy link
Contributor

JD557 commented Mar 24, 2023

I'm not entirely sure about this, but I think the static/dynamic linking configuration is not working:

I see that there's a staticLinking configuration in

that defaults to false, but it doesn't seem to be used anywhere?

On top of that, I see that in

the default is Linking.Static and I don't see any reference to Linking.Dynamic in the code other than
val lnk = (linking, os) match {
case (Linking.Static, Windows) => Some("static")
case (Linking.Dynamic, Linux | MacOS) => Some("dynamic")
case _ => None
}

So, IIUC, currently on Windows the linking is always static (which matches what I'm seeing) and in Linux/MacOS uses the default?

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

1 participant