Ooof.
So, #iocaine has a dependency on tikv-jemalloc
, and uses it by default. Unfortunately, that crate doesn't compile on FreeBSD (and is unnecessary there in the first place).
So I'm trying to figure out how to make it optional, but still default on Linux.
I can trivially make it fully optional, if I also make it non-default. But making it default on linux only is proving to be a bit tricky.