Feature/build riscv64 bin (#19819)

This commit is contained in:
ffgan 2025-08-14 22:11:14 +08:00 committed by GitHub
parent 3288ac2dfb
commit 9aaa82d037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 18 additions and 9 deletions

View file

@ -20,7 +20,8 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
any(
target_arch = "x86_64",
target_arch = "aarch64",
target_arch = "powerpc64"
target_arch = "powerpc64",
target_arch = "riscv64"
)
))]
#[global_allocator]