miri: use tikv-jemalloc-sys from sysroot

This allows LTO to work when compiling jemalloc, which should yield a
small performance boost, and makes miri's behaviour here match clippy
and rustdoc.
This commit is contained in:
Mads Marquart 2025-11-24 01:37:55 +01:00
parent c23ed3ef28
commit 522e47fd60
4 changed files with 13 additions and 11 deletions

View file

@ -2486,7 +2486,6 @@ dependencies = [
"serde_json",
"smallvec",
"tempfile",
"tikv-jemalloc-sys",
"ui_test",
]