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

Fix build scripts and panic=abort #2730

Merged
merged 1 commit into from
May 23, 2016

Commits on May 23, 2016

  1. Fix build scripts and panic=abort

    Build scripts were apparently always compiled with the "dev" profile rather than
    the standard "match whatever the normal build was" profile, which meant that if
    dev/release disagreed on panic=abort you'd get compile errors. Seems bad!
    
    This commit fixes this by just having build scripts always compile with the same
    profile as libraries (for now), as this was the original intention anyway.
    
    Closes rust-lang#2726
    alexcrichton committed May 23, 2016
    Configuration menu
    Copy the full SHA
    183c59c View commit details
    Browse the repository at this point in the history