mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
9 lines
279 B
TOML
9 lines
279 B
TOML
[target.'cfg(target_env = "msvc")']
|
|
rustflags = "-C link-arg=/STACK:8000000"
|
|
|
|
[target.'cfg(all(target_os = "windows", not(target_env = "msvc")))']
|
|
rustflags = "-C link-args=-Wl,--stack,8000000"
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
rustflags = ["--cfg=getrandom_backend=\"wasm_js\""]
|