15 lines
302 B
TOML
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"
|
|
] |