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

Require a value for configure --debuginfo-level #62906

Merged
merged 1 commit into from
Jul 25, 2019

Commits on Jul 23, 2019

  1. Require a value for configure --debuginfo-level

    In `configure.py`, using the `o` function creates an enable/disable
    boolean setting, and writes `true` or `false` in `config.toml`. However,
    rustbuild is expecting to parse a `u32` debuginfo level. We can change
    to the `v` function to have the options require a value.
    cuviper committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    1aeadcc View commit details
    Browse the repository at this point in the history