Files
termOS/Runtime/rust/.cargo/config.toml
T
2026-04-15 14:44:10 +04:00

15 lines
302 B
TOML

[env]
RUST_TARGET_PATH = { value = ".", relative = true }
[build]
target = "x86_64-termos"
[unstable]
build-std =["core", "alloc", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
[target.x86_64-termos]
rustflags =[
"-Z", "unstable-options",
"-C", "link-arg=-Tlinker.ld"
]