mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
enable the jemallocator dependencies only when we are running on linux
This commit is contained in:
parent
ca9fa329d1
commit
d53df8a002
3 changed files with 9 additions and 3 deletions
|
@ -8,7 +8,9 @@ edition = "2018"
|
|||
anyhow = "1.0.38"
|
||||
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
|
||||
heed = "0.10.6"
|
||||
jemallocator = "0.3.2"
|
||||
milli = { path = "../milli" }
|
||||
stderrlog = "0.5.1"
|
||||
structopt = { version = "0.3.21", default-features = false }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
jemallocator = "0.3.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue