upgrade stack size from default 1MB on windows (k3d stack overflow otherwise) #34

Merged
johnride merged 1 commits from windows-stack-size-increase into master 2025-05-14 14:29:52 +00:00
Showing only changes of commit c84a02c8ec - Show all commits

5
.cargo/config.toml Normal file
View File

@ -0,0 +1,5 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "link-arg=/STACK:8000000"]
[target.x86_64-pc-windows-gnu]
rustflags = ["-C", "link-arg=-Wl,--stack,8000000"]