mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
12 lines
271 B
TOML
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"
|
|
]
|