10 lines
242 B
TOML
10 lines
242 B
TOML
[unstable]
|
|
build-std = ["core", "compiler_builtins"]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[build]
|
|
target = "x86_64-unknown-none"
|
|
|
|
[target.x86_64-unknown-none]
|
|
rustflags = ["-Clink-arg=-Tsrc/linker.ld", "-Crelocation-model=static"]
|