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

rustpkg should accept command line flags for rustc #8522

Closed
catamorphism opened this issue Aug 15, 2013 · 0 comments
Closed

rustpkg should accept command line flags for rustc #8522

catamorphism opened this issue Aug 15, 2013 · 0 comments

Comments

@catamorphism
Copy link
Contributor

There should be a way to pass rustpkg command-line flags for rustc, such as -O. (though we should also try to avoid the need for them as much as possible: for example, extern mod inference obviates the need for -L flags...)

@ghost ghost assigned catamorphism Aug 15, 2013
bors added a commit that referenced this issue Sep 11, 2013
…=brson

r? @brson rustpkg now accepts most of rustc's command-line arguments and passes
them along to rustc when building or installing.

A few rarely-used arguments aren't implemented yet.

rustpkg doesn't support flags that don't make sense with rustpkg
(for example, --bin and --lib, which get inferred from crate file names).

Closes #8522
@catamorphism catamorphism removed their assignment Jun 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant