Add Files

This commit is contained in:
2026-04-28 21:11:51 +02:00
parent 2e75ef05a4
commit 1ff71bc9a1
7 changed files with 6965 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[target.x86_64-pc-windows-msvc]
# Increase default stack size to avoid running out of stack
# space in debug builds. The size matches Linux's default.
rustflags = [
"-C", "link-arg=/STACK:8000000"
]
[target.aarch64-pc-windows-msvc]
# Increase default stack size to avoid running out of stack
# space in debug builds. The size matches Linux's default.
rustflags = [
"-C", "link-arg=/STACK:8000000"
]