We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fef730 commit 61999f2Copy full SHA for 61999f2
jemalloc-ctl/Cargo.toml
@@ -36,6 +36,7 @@ tikv-jemallocator = { path = "../jemallocator", version = "0.5.0" }
36
[features]
37
default = []
38
use_std = [ "libc/use_std" ]
39
+disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"]
40
41
[package.metadata.docs.rs]
42
rustdoc-args = [ "--cfg", "jemallocator_docs" ]
0 commit comments