Skip to content

How to put the nightly flags on .cargo/config.toml #77

Closed Answered by lucascompython
lucascompython asked this question in Q&A
Discussion options

You must be logged in to vote

I've found that if I put this in cargo.toml:

[unstable]
build-std = ["std", "panic_abort"]
build-std-features = ["optimize_for_size", "panic_immediate_abort"]
trim-paths = true

It works.
Thanks!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by johnthagen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants