We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cargo cinstall
cargo install
--debug
Looking at dbf1d64 I don't understand what should be passed as an argument. A profile name e.g., dev?
dev
$ cargo cbuild --version cargo-c 0.9.15+cargo-0.67 $ cargo install -h 2>&1 | fgrep debug --debug Build in debug mode (with the 'dev' profile) instead of release mode $ cargo cinstall -h 2>&1 | fgrep debug --debug <debug> Build in debug mode instead of release mode
The text was updated successfully, but these errors were encountered:
It seems a bug. Thank you for spotting it :)
Sorry, something went wrong.
It will be released with the new cargo if you do not need it before. Otherwise I'll prepare a point release this weekend.
Successfully merging a pull request may close this issue.
Looking at dbf1d64 I don't understand what should be passed as an argument. A profile name e.g.,
dev
?The text was updated successfully, but these errors were encountered: