-
Notifications
You must be signed in to change notification settings - Fork 46
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
How to add -Zbuild-std
option?
#153
Comments
The options that cargo supports should also be supported by Do you have any issues with just adding the -Z options? |
I try passing these arguments: > cargo +nightly udeps -p xxx --target=thumbv4t-none-eabi -Z build-std=core,alloc -Z build-std-features=compiler-builtins-mem
error: Found argument '-Z' which wasn't expected, or isn't valid in this context |
I'm also hitting this. Is there any workaround for this? |
My crate needs
-Z …
options (-Z build-std=core,alloc -Z build-std-features=compiler-builtins-mem
). Anyway to pass that as an option to cargo udeps?The text was updated successfully, but these errors were encountered: