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

Don't link build scripts dynamically #1960

Merged
merged 1 commit into from
Sep 1, 2015

Commits on Sep 1, 2015

  1. Don't link build scripts dynamically

    There's no real reason to eagerly link build scripts dynamically as they're not
    going to benefit that much from dynamic linking. Most of the time they only have
    one dynamic dependency, libstd, and most other Rust programs don't link it
    dynamically so there's not really many space savings either.
    alexcrichton committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    13d5094 View commit details
    Browse the repository at this point in the history