Skip to content

Commit

Permalink
config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lz1998 committed Jun 21, 2022
1 parent f390deb commit 4178867
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

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

[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=+crt-static"]

0 comments on commit 4178867

Please sign in to comment.