mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
17 lines
444 B
TOML
17 lines
444 B
TOML
[alias]
|
|
docs = "doc --workspace --all-features --no-deps"
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
rustflags = [
|
|
# Increases the stack size to 10MB, which is
|
|
# in line with Linux (whereas default for Windows is 1MB)
|
|
"-Clink-arg=/STACK:10000000",
|
|
]
|
|
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = [
|
|
# Increases the stack size to 10MB, which is
|
|
# in line with Linux (whereas default for Windows is 1MB)
|
|
"-Clink-arg=/STACK:10000000",
|
|
]
|