Skip to content

Commit

Permalink
Disable jemalloc for rocksdb 0.22 to fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Mar 9, 2024
1 parent 6374d99 commit ae0ecf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion patches/rocksdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
rocksdb = { version = "0.22", default-features = false }

[features]
jemalloc = ["rocksdb/jemalloc"]
jemalloc = []
snappy = ["rocksdb/snappy"]
lz4 = ["rocksdb/lz4"]
zstd = ["rocksdb/zstd"]
Expand Down

0 comments on commit ae0ecf9

Please sign in to comment.