forked from Rust-related/RustPython
Fix windows stack size again
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[target.'cfg(target_env = "msvc")']
|
||||
rustflags = "-C link-args=-Wl,--stack,8000000"
|
||||
rustflags = "-C link-arg=/STACK:8000000"
|
||||
|
||||
[target.'cfg(all(target_os = "windows", not(target_env = "msvc")))']
|
||||
rustflags = "-C link-args=-Wl,-zstack-size=8000000"
|
||||
|
||||
rustflags = "-C link-args=-Wl,--stack,8000000"
|
||||
|
||||
Reference in New Issue
Block a user