The intent of this feature flag is to allow a user to partition which component they want, e.g. --features boost, but without the --no-default-features flag, the full suite is built.
This has a bit of a strange interplay if the user also wants other features, e.g. minimal-preset so this may require revisiting the component partitioning strategy.
https://github.com/ralexstokes/mev-rs/blob/f17cb87e2dbfbb011eef1177575f92b5f2cee554/Dockerfile#L19
The intent of this feature flag is to allow a user to partition which component they want, e.g.
--features boost
, but without the--no-default-features
flag, the full suite is built.This has a bit of a strange interplay if the user also wants other features, e.g.
minimal-preset
so this may require revisiting the component partitioning strategy.