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

Add support for --release flag #19

Closed
ebkalderon opened this issue Mar 9, 2016 · 1 comment
Closed

Add support for --release flag #19

ebkalderon opened this issue Mar 9, 2016 · 1 comment

Comments

@ebkalderon
Copy link
Member

The subcommands build, clean, and run are supposed to optionally support the --release flag and pass it along to Cargo if given by the user. So far, none of these subcommands check for its presence at all.

Supporting release builds is very important, and therefore must be added before the 1.0 release rolls around.

Update: new doesn't support --release, but run does. Oops!

@ebkalderon
Copy link
Member Author

With pull request #20, this issue has been resolved. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant