Skip to content

Statically link to the CRT of MSVC #45

@mardukbp

Description

@mardukbp

Currently heatseeker.exe is dynamically linked with vcruntime140.dll, which is not bundled with Windows. This can be avoided compiling with

set RUSTFLAGS=-C target-feature=+crt-static
cargo build --release

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions