Files
termOS/Runtime/rust/.cargo/config.toml
T
2026-04-13 23:40:41 +04:00

9 lines
177 B
TOML

[build]
target = "x86_64-unknown-none"
[target.x86_64-unknown-none]
rustflags = [
"-C", "code-model=small",
"-C", "relocation-model=static",
"-C", "no-redzone=y",
]