kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
366 stars 115 forks source link

Remove mimalloc override feature for macos #388

Closed coderofstuff closed 5 months ago

coderofstuff commented 5 months ago

The override mimalloc feature causes instability in macos builds

michaelsutton commented 5 months ago

Is it possible to remove override only for macos? Since we kind of reached stability on Linux with override cc: @elichai