13 lines
324 B
TOML
13 lines
324 B
TOML
[profile.dev]
|
|
codegen-backend = "llvm"
|
|
|
|
[unstable]
|
|
json-target-spec = true # lets us specify a custom target specification file
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
build-std = ["core", "alloc", "compiler_builtins"]
|
|
|
|
[build]
|
|
target = "x86_64-unknown-kernel.json"
|
|
|
|
[target.x86_64-unknown-kernel]
|
|
runner = "./run.sh" |