Closed
Description
Incremental is not needed for std crates, so it should probably not be used.
I'm torn on exactly how to implement. Some options:
- Pass a flag to
Profiles::get_profile
- Add an
is_std
flag toUnit
, and check that when generating flags. This flag may be needed for other reasons, and would end up being the simplest change, but a bit of a hack. - Mutate the std unit profiles after they have all been created (very hacky).