influxdb/influxdb_ioxd
Dom Dwyer aaec1c7828 build: propagate feature flags to influxdb_ioxd
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.
2022-03-07 15:44:13 +00:00
..
src feat: improve trace naming (#3931) 2022-03-07 11:49:19 +00:00
Cargo.toml build: propagate feature flags to influxdb_ioxd 2022-03-07 15:44:13 +00:00