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

config: add shared_flag and static_flag #167

Merged
merged 1 commit into from
Jun 8, 2017

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Jun 8, 2017

This adds two configuration options to optionally enable or disable
the -shared and -static flags. If omitted, musl targets enable
-static by default.

Fixes #165

This adds two configuration options to optionally enable or disable
the `-shared` and `-static` flags. If omitted, musl targets enable
`-static` by default.
@alexcrichton alexcrichton merged commit bf10337 into rust-lang:master Jun 8, 2017
@alexcrichton
Copy link
Member

Thanks!

@lucab
Copy link
Contributor Author

lucab commented Jun 9, 2017

Thank you. I see this crate has a pretty steady release cycle, so I'll busy-wait for .51 to wire this in ring.

@alexcrichton
Copy link
Member

Ah sorry just saw this message! I'll do a release to make sure this gets out there.

@lucab
Copy link
Contributor Author

lucab commented Jun 14, 2017

In the meanwhile we realized the issue this was meant to fix was actually a PEBCAK due to rust-lang/cargo#4133, so no hurry for this to be released.

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

Successfully merging this pull request may close these issues.

2 participants