mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
build: 8mb stacks on win (#5997)
#5981 seems to be fixing what's actually a call stack overflow, maybe this will fix it without disabling a feature?
This commit is contained in:
committed by
GitHub
Unverified
parent
87cce88f48
commit
11e5327770
@@ -0,0 +1,5 @@
|
||||
[target.'cfg(all(windows, target_env = "msvc"))']
|
||||
rustflags = ["-C", "link-arg=/STACK:8388608"]
|
||||
|
||||
[target.'cfg(all(windows, target_env = "gnu"))']
|
||||
rustflags = ["-C", "link-arg=-Wl,--stack,8388608"]
|
||||
Reference in New Issue
Block a user