This commit is contained in:
Robin Appelman 2024-07-28 18:58:51 +02:00
commit d0997370bb
3 changed files with 31 additions and 0 deletions

View file

@ -24,5 +24,8 @@ base64 = "0.21.7"
derive_more = { version = "1.0.0-beta.6", features = ["from"] }
rayon = "1.10.0"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = "0.6.0"
[profile.dev.package."*"]
opt-level = 3