purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove CMake dependency

Jake-Shadle opened this issue · comments

I'm opening this issue just to ask if you would be open to taking a PR that removes the dependency on CMake for building the C code in favor of just using cc instead?

Looking at the current build script, I think using cc would actually end up being far less code, as well as having the end user benefit of not requiring to have cmake etc installed.