We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52670a8 commit 8986487Copy full SHA for 8986487
.cargo/config.toml
@@ -1,2 +1,16 @@
1
[alias]
2
docs = "doc --workspace --all-features --no-deps"
3
+
4
+[target.x86_64-pc-windows-msvc]
5
+rustflags = [
6
+ # Increases the stack size to 10MB, which is
7
+ # in line with Linux (whereas default for Windows is 1MB)
8
+ "-Clink-arg=/STACK:10000000",
9
+]
10
11
+[target.i686-pc-windows-msvc]
12
13
14
15
16
0 commit comments