Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat?(riscv): align misc options (LTO, opt-level)
As with the prior change, the problem we're solving here is shrinking the state space: there are many branch points within the optmization machinery, and these settings align with what I've been looking at most thoroughly. NB: I have no idea what effect, if any, the Cargo.toml settings have on downstream crates. Forcing frame pointers in `.cargo/config.toml` definitely has no effect.
- Loading branch information