forked from koniifer/ableos
12 lines
294 B
TOML
12 lines
294 B
TOML
|
[build]
|
||
|
target = "./json_targets/x86_64-ableos.json"
|
||
|
|
||
|
[unstable]
|
||
|
build-std-features = ["compiler-builtins-mem"]
|
||
|
build-std = ["core", "compiler_builtins"]
|
||
|
|
||
|
|
||
|
[target.'cfg(target_arch = "x86_64")']
|
||
|
# --quiet suppresses warning messages from the bootimage crate
|
||
|
runner = "bootimage runner --quiet"
|