Skip to content

Commit 61999f2

Browse files
authored
add disable_initial_exec_tls feature for jemalloc-ctl (#59)
Signed-off-by: Likai Feng <[email protected]>
1 parent 0fef730 commit 61999f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jemalloc-ctl/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ tikv-jemallocator = { path = "../jemallocator", version = "0.5.0" }
3636
[features]
3737
default = []
3838
use_std = [ "libc/use_std" ]
39+
disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"]
3940

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

0 commit comments

Comments
 (0)