aaec1c7828
When you did a "cargo build --no-default-features" before this commit, the influxdb_iox crate was compiled without the default features (namely jemalloc stuff) but the influxdb_ioxd crate was compiled with jemalloc (it was not possible to compile without jemalloc support). This commit fixes propagation of the jemalloc flag ("jemalloc_replacing_malloc") into the influxdb_ioxd crate. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
build.rs |