mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
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