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

[msvc] Don't use -M* flags. #723

Closed
wants to merge 1 commit into from
Closed

Commits on Nov 22, 2022

  1. [msvc] Don't use -M* flags.

    Since this crate doesn't actually make decisions about
    final application linking, it's only appropriate to not
    interfere with the process. This can be achieved by
    relying on default MSVC behaviour that allows linking
    with either VCCRT version, static or dynamic...
    dot-asm committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    df95167 View commit details
    Browse the repository at this point in the history