Skip to content

Commit d4cfe64

Browse files
committed
fix windows ci
1 parent 7beb4b3 commit d4cfe64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[target.x86_64-pc-windows-msvc]
2+
rustflags = [
3+
"-C", "link-arg=/STACK:800000000"
4+
]

0 commit comments

Comments
 (0)