You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to set rust compiler flags in Xargo.toml. For example, when using xargo to build a libstd for miri (following rust-lang/miri#171), particular flags need to be set. Right now, we need to tell people to set these themselves; if we could pit them into Xargo.toml, that would make things much nicer.