Skip to content

Commit

Permalink
add disable_initial_exec_tls feature for jemalloc-ctl (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Likai Feng <likai.feng@metabit-trading.com>
  • Loading branch information
Frankonly authored Jul 19, 2023
1 parent 0fef730 commit 61999f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jemalloc-ctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ tikv-jemallocator = { path = "../jemallocator", version = "0.5.0" }
[features]
default = []
use_std = [ "libc/use_std" ]
disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"]

[package.metadata.docs.rs]
rustdoc-args = [ "--cfg", "jemallocator_docs" ]

0 comments on commit 61999f2

Please sign in to comment.