redox/recipes/wip/libs/other/mimalloc/recipe.toml
2026-03-24 18:55:54 -03:00

12 lines
271 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/microsoft/mimalloc#macos-linux-bsd-etc
[source]
git = "https://github.com/microsoft/mimalloc"
rev = "v3.2.8"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DMI_BUILD_TESTS=OFF"
]