Always use mimalloc as the global allocator

This commit is contained in:
Loïc Lecrenier
2022-08-16 20:09:36 +02:00
parent fb2b6c0c28
commit 20be69e1b9
10 changed files with 10 additions and 22 deletions

View File

@ -14,5 +14,4 @@ milli = { path = "../milli" }
stderrlog = "0.5.1"
structopt = { version = "0.3.26", default-features = false }
[target.'cfg(target_os = "linux")'.dependencies]
jemallocator = "0.3.2"
mimalloc = { version = "0.1.29", default-features = false }