Open
Description
rust-bio/rust-htslib#185 addresses an aspect of this already, but the decision to link statically to most hts-sys dependencies is made in the hts-sys Cargo.toml itself:
Lines 19 to 27 in 40496b7
and cannot be changed from outside.
Wouldn't it be better to remove all "static" feature requests from that section?
For convenience one could add a "static-dependencies" feature to hts-sys, which would make it easy to opt into the current behavior?
Metadata
Metadata
Assignees
Labels
No labels