mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 12:35:26 +00:00
13 lines
335 B
TOML
13 lines
335 B
TOML
|
[unstable]
|
||
|
build-std-features = ["compiler-builtins-mem"]
|
||
|
build-std = ["core", "compiler_builtins"]
|
||
|
[build]
|
||
|
target = "x86_64-naked.json"
|
||
|
[target.x86_64-naked]
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=-Tlayout.ld",
|
||
|
]
|
||
|
#Example for running with debugging
|
||
|
#runner = "crosvm run --disable-sandbox --gdb 7777"
|
||
|
runner = "crosvm run --disable-sandbox"
|