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: Link statically to the MSVCRT #39837

Merged
merged 1 commit into from
Feb 18, 2017

Commits on Feb 16, 2017

  1. rustc: Link statically to the MSVCRT

    This commit changes all MSVC rustc binaries to be compiled with
    `-C target-feature=+crt-static` to link statically against the MSVCRT instead of
    dynamically (as it does today). This also necessitates compiling LLVM in a
    different fashion, ensuring it's compiled with `/MT` instead of `/MD`.
    
    cc rust-lang#37406
    alexcrichton committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    c02c44d View commit details
    Browse the repository at this point in the history