-
-
Notifications
You must be signed in to change notification settings - Fork 760
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
Use feature guard instead of environment variable to enable static link #653
Comments
This change would probably need to be made in pkg-config first. |
I don't get it. |
|
Oh, I see. Sorry for my carelessness. Since |
I'd personally find build configuration like this to be more naturally done as environment variables than as features. For example someone building a crate shouldn't need to modify I think the biggest problem with using environment variables, build scripts don't get rerun if they're changed, has now been fixed |
Using environment variable will have following shortcomings:
Features guard can solve both perfectly, and also a rusty way.
The text was updated successfully, but these errors were encountered: