Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
zaidoon1 committed Feb 23, 2024
1 parent 5acd7aa commit f1fcc14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion librocksdb-sys/build.rs
Original file line number Diff line number Diff line change
@@ -214,7 +214,8 @@ fn build_rocksdb() {
config.define("ROCKSDB_SUPPORT_THREAD_LOCAL", None);

if cfg!(feature = "jemalloc") {
config.define("ROCKSDB_JEMALLOC", Some("1"));
config.define("WITH_JEMALLOC", "ON");
println!("cargo:rustc-link-lib=static=jemalloc");
}

#[cfg(feature = "io-uring")]

0 comments on commit f1fcc14

Please sign in to comment.