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

Tests select when to use --cfg debug, regardless of configure settings. #8020

Commits on Jul 24, 2013

  1. Tests select when to use --cfg debug, regardless of configure settings.

    Remove directive, if present, from CFG_RUSTC_FLAGS.
    
    Fix rust-lang#7898.
    
    (One alternative tack is to build up distinct CFG_TEST_RUSTC_FLAGS
    alongside CFG_RUSTC_FLAGS; but currently debug is the only --cfg flag
    ever added to CFG_RUSTC_FLAGS; the other contents of CFG_RUSTC_FLAGS
    are a mix of -Z flags and a few other switches like O, which seem to
    make sense to propogate to the tests.)
    pnkfelix committed Jul 24, 2013
    5 Configuration menu
    Copy the full SHA
    1f92557 View commit details
    Browse the repository at this point in the history