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

debuginfo: Improve commandline option handling for debuginfo #12816

Closed

Commits on Mar 11, 2014

  1. debuginfo: Improve commandline option handling for debuginfo (fixes r…

    …ust-lang#12811)
    
    The `-g` flag does not take an argument anymore while the argument to `--debuginfo` becomes mandatory. This change makes it possible again to run the compiler like this:
    
    `rustc -g ./file.rs`
    
    This did not work before because `./file.rs` was misinterpreted as the argument to `-g`. In order to get limited debuginfo, one now has to use `--debuginfo=1`.
    michaelwoerister committed Mar 11, 2014
    5 Configuration menu
    Copy the full SHA
    3ea50f0 View commit details
    Browse the repository at this point in the history