Skip to content

Commit

Permalink
chore: disable unprefixed_malloc_on_supported_platforms
Browse files Browse the repository at this point in the history
disable(remove) cargo feature
`tikv-jemalloc-sys/unprefixed_malloc_on_supported_platforms`
  • Loading branch information
dantengsky committed Dec 17, 2024
1 parent f777d19 commit 6d0cf4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"]
memory-profiling = [
"tikv-jemalloc-sys/stats",
"tikv-jemalloc-sys/profiling",
"tikv-jemalloc-sys/unprefixed_malloc_on_supported_platforms",
]

[dependencies]
Expand Down

0 comments on commit 6d0cf4b

Please sign in to comment.