purpleprotocol / mimalloc_rust

A Rust wrapper over Microsoft's MiMalloc memory allocator
MIT License
486 stars 42 forks source link

Remove CMake dependency #51

Closed Jake-Shadle closed 3 years ago

Jake-Shadle commented 3 years ago

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.