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

rustc: Add the ability to not run dsymutil #47784

Merged
merged 1 commit into from
Feb 15, 2018

Commits on Feb 12, 2018

  1. rustc: Add the ability to not run dsymutil

    This commit adds the ability for rustc to not run `dsymutil` by default
    on OSX. A new codegen option, `-Z run-dsymutil=no`, was added to specify
    that `dsymutil` should *not* run and instead the compiler should
    unconditionally keep the object files around in a compilation if
    necessary for debug information.
    
    cc rust-lang#47240
    alexcrichton committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    0f16eee View commit details
    Browse the repository at this point in the history