remove custom stack size (#698)

* remove custom stack size

* new command

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* more

* config

* more

* more
This commit is contained in:
Logan McNaughton
2026-03-31 02:54:14 -06:00
committed by GitHub
parent cc538f942f
commit ad5dc8311a
10 changed files with 187 additions and 222 deletions
+3
View File
@@ -4,6 +4,9 @@ rustflags = ["-C", "link-arg=-fuse-ld=lld"]
[target.'cfg(any(target_os = "windows", target_os = "macos"))']
linker = "rust-lld"
[target.'cfg(target_os = "windows")']
rustflags = ["-C", "link-arg=/STACK:8388608"]
[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-cpu=x86-64-v3"]