Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove --enable-machine-outliner=never LLVM arg
Rust 1.53.0 automatically sets the --enable-machine-outliner=never LLVM argument [0] [1]. As we also set this option in runners/lpc55/.cargo/config, we currently get a compliation error. This patch removes the option from our cargo configuration to fix the build. [0] rust-lang/rust@c63a1c0 [1] rust-lang/rust#86020
- Loading branch information