mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 20:56:12 +00:00
a4cb63d7ce
BUG=none TEST=`cargo run` Change-Id: I97eb56eec0d08c67e62755ef21b5ac0cd3e9a461 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3638965 Tested-by: kokoro <noreply+kokoro@google.com> Auto-Submit: Anton Romanov <romanton@google.com> Commit-Queue: Anton Romanov <romanton@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
12 lines
335 B
TOML
12 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"
|