Skip to content

Commit eb739b1

Browse files
authored
Create config.toml (#112)
1 parent 399b404 commit eb739b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.x86_64-pc-windows-msvc]
2+
rustflags = ["-C", "target-feature=+crt-static"]
3+
4+
[target.i686-pc-windows-msvc]
5+
rustflags = ["-C", "target-feature=+crt-static"]

0 commit comments

Comments
 (0)