Skip to content

Linking error when building rust crate in debug mode on Windows #3225

Closed
@zaddach

Description

@zaddach

The rust crate fails to build on Windows because the C++ libraries are trying to link to the debug vc runtime (/MDd), whereas Rust always links against the release runtime (/MD), even when building debug configuration.

Release builds fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions