Skip to content

Commit

Permalink
static link for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zagrios committed Mar 6, 2024
1 parent b04e6a7 commit d512fd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ rustflags = [
[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
rustflags = ["-C", "target-feature=-crt-static"]

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

0 comments on commit d512fd0

Please sign in to comment.