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

Update linux_musl base to dynamically link the crt by default #133386

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 23, 2024

  1. Update linux_musl base to dynamically link the crt by default

    However, don't change the behavior of any existing targets at this time.
    For targets that used the old default, explicitly set `crt_static_default = true`.
    
    This makes it easier for new targets to use the correct defaults while
    leaving the changing of individual targets to future PRs.
    
    Related to rust-lang/compiler-team#422
    wesleywiser committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    9c37c14 View commit details
    Browse the repository at this point in the history