mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-26 20:19:08 +00:00
No jemalloc on freebsd (#7780)
This commit is contained in:
parent
ada6b36635
commit
884b5a3c80
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
|||
#[cfg(all(
|
||||
not(target_os = "windows"),
|
||||
not(target_os = "openbsd"),
|
||||
not(target_os = "freebsd"),
|
||||
any(
|
||||
target_arch = "x86_64",
|
||||
target_arch = "aarch64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue