Avoid pulling in dependencies via static feature flag (#649)

master
Niklas Fiekas 2 years ago committed by GitHub
parent 63240f6ea6
commit 934855fe54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      librocksdb-sys/Cargo.toml

@ -14,7 +14,7 @@ links = "rocksdb"
[features]
default = [ "static" ]
jemalloc = ["tikv-jemalloc-sys"]
static = ["libz-sys/static", "bzip2-sys/static"]
static = ["libz-sys?/static", "bzip2-sys?/static"]
snappy = []
lz4 = []
zstd = ["zstd-sys"]

Loading…
Cancel
Save