Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove --enable-machine-outliner=never LLVM arg #79

Conversation

robin-nitrokey
Copy link
Contributor

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

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
@conorpp
Copy link
Member

conorpp commented Jul 8, 2021

Sorry I missed this and have already fixed it. Thanks for submitting though!

@conorpp conorpp closed this Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants